in_as_bone_modifier

Casts the given node to a bone modifier.

version(IN_DYNLIB)
export extern (C) @nogc
in_as_bone_modifier

Parameters

self in_node_t*

The node to operate on.

Return Value

A in_bone_modifier_t* representing the solo, null if the cast failed.

Meta