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.
Node EditNode( Node p_oNodeToEdit )
Parameter Type | Parameter Name | Documentation |
---|---|---|
<Node> | p_oNodeToEdit | The <Node> to be edited. |
None published. Please look for an example in the Simdify Scripting Language code base.