afc_nodemaster_push

Name

afc_nodemaster_push  -- Pushes an item on the stack

Synopsis

short afc_nodemaster_push (NodeMaster * nm);

Description

Use this command to memorize the current node position.

Inputs

nm

Pointer to a valid NodeMaster class.

Result

TRUE

pushing successful.

FALSE

pushing failed (out of stack space, or no items)

See Also