AddScript Data Member Function

Adds a script event handler entry to this <Node> object's NodeFunction set object. This is the top-level event handling element, and will later contain events and event handling functions that will be executed in order of appearance.

Prototype

int32 AddScript( string p_sPath )

Parameters

Parameter Type Parameter Name Documentation
stringp_sPathThe path to the .SSL script file.

Examples

Copy Text To Clipboard

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