C4 Engine
C4 Engine API Documentation

Tree::GetNextSubnode

Defined in:  TSTree.h
Returns the next subnode in the same list of subnodes.
Prototype

type *GetNextSubnode(voidconst;

Description
Let N represent the tree node for which the GetNextSubnode function is called. The GetNextSubnode function returns the next subnode in the list of subnodes to which the node N belongs. If N is the last subnode in the list, then the return value is nullptr.
See Also

Tree::GetPreviousSubnode

Tree::GetNextTreeNode

Tree::GetNextLevelNode

Tree::GetPreviousTreeNode

Tree::GetPreviousLevelNode

Tree::GetSuperNode

Tree::GetRootNode