IsDerived Data Member Function

Returns true if the type of the <Node> pointer submitted to this function matches any of the <TypeInformation> pointers in this array.

Prototype

int32 IsDerived( Node p_oNode )

Parameters

Parameter Type Parameter Name Documentation
<Node>p_oNodeA pointer to the <Node> object you wish to test.

Examples

Copy Text To Clipboard

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