Next Data Member Function

Returns a pointer to the next item in the array, or nullptr if the specified index is the last item in the array.

Prototype

TypeInformation Next( int32 index, TypeInformation type_info )

Parameters

Parameter Type Parameter Name Documentation
int32indexThe index of the current item. Must be from 0 to array count - 2.
TypeInformationtype_infoThis parameter is for testing purposes only.

Examples

Copy Text To Clipboard

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