EditNode Data Member Function

Returns a clone of a <Node> for editing purposes. Calling this function to get an editable <Node> is necessary if you want the editing actions to be undo-able, as well as redo-able.

Prototype

Node EditNode( Node p_oNodeToEdit )

Parameters

Parameter Type Parameter Name Documentation
<Node>p_oNodeToEditThe <Node> to be edited.

Examples

Copy Text To Clipboard

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