ExecuteCommand Data Member Function

Executes a Scenome command based on its category and name.

Prototype

int32 ExecuteCommand( string p_sCommandCategory, string p_sCompleteCommandName )

Parameters

Parameter Type Parameter Name Documentation
stringp_sCommandCategoryThe command category name. For example: "Node Scripts".
stringp_sCompleteCommandNameThe complete C++ or script macro command name. For example: "FileOpen".

Examples

Copy Text To Clipboard

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