Find Data Member Function

Finds a value in the array and returns the index or -1 if the value is not found.

Prototype

int32 Find( Color4444 p_oColor, int32 p_nStartIndex )

Parameters

Parameter Type Parameter Name Documentation
<Color4444>p_oColorA pointer to the <Color4444> object whose index to find.
int32p_nStartIndexThe index in the array at which to start the search.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.