Load Data Member Function

Forces a load operation on the <Node> referenced by the <NodeLink>. If the link is external, the Wait parameter can be used to specify that the caller does not want this function to return until the <Node> has been loaded or an error occurred.

Prototype

int32 Load( int32 p_bWait )

Parameters

Parameter Type Parameter Name Documentation
int32p_bWaitA flag specifying whether or not to wait for the <Node> to load before returning.

Examples

Copy Text To Clipboard

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