FreeNode()

语法

FreeNode(#Node)
概要
Frees the specified #Node created with CreateNode() before. All its associated memory is released and this object can't be used anymore. The attached objects are not freed automatically, and can be re-used.

参数

#Node The node to free. If #PB_All is specified, all the remaining nodes are freed.

返回值

无.

Remarks

All remaining nodes are automatically freed when the program ends.

已支持操作系统

所有

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