in_node_get_enabled

Gets whether the node is enabled.

version(IN_DYNLIB)
export extern (C) @nogc
bool
in_node_get_enabled

Parameters

self in_node_t*

The node to operate on.

Return Value

Type: bool

true if the node is enabled, false otherwise.

Meta