Returns the index of an object in the <TypeBuffer> or -1 if the object cannot be found.
int32 Find( Type p_oObject, int32 p_nStart )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| <Type> | p_oObject | A pointer to the object. |
| int32 | p_nStart | The index at which to start the search. |
None published. Please look for an example in the Simdify Scripting Language code base.