Find Data Member Function

Returns the index of an object in the <TypeBuffer> or -1 if the object cannot be found.

Prototype

int32 Find( Type p_oObject, int32 p_nStart )

Parameters

Parameter Type Parameter Name Documentation
<Type>p_oObjectA pointer to the object.
int32p_nStartThe index 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.