in_node_get_tree_depth

Gets the depth of the node in the node tree.

version(IN_DYNLIB)
export extern (C) @nogc
uint
in_node_get_tree_depth

Parameters

self in_node_t*

The node to operate on.

Return Value

Type: uint

The depth of the node in the tree.

Meta