AddObjects Data Member Function

Adds a <Node>, <TypeInformation>, and string to this object. The <Node> is call target, the <TypeInformation> object is used to check that the <Node> is the correct type, and the string stores the name of the SSL function you wish to invoke.

Prototype

int32 AddObjects( Node p_oNode, TypeInformation p_oTypeInformation, string p_sFunctionName )

Parameters

Parameter Type Parameter Name Documentation
<Node>p_oNodeA pointer to the <Node> object on for which the function will be invoked.
TypeInformationp_oTypeInformationA pointer to a <TypeInformation> object that indicates the correct type of <Node> object for which the function can be called. Subclasses are allowed.
stringp_sFunctionNameA string containing the name of the function you wish to invoke.

Examples

Copy Text To Clipboard

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