CreateNode()

Syntax

Result = CreateNode(#Node [, x, y, z])
Description
Creates a new #Node at the specified position. If #PB_Any is used as '#Node' parameter, the new node number will be returned as 'Result'.

If the 'Result' is 0, the #Node creation has failed. If the #Node was already created, it is automatically freed and replaced by the new one.

Supported OS

All

<- AttachNodeObject() - Node Index - DetachNodeObject() ->