in_as_bone

Casts the given node to a bone.

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

Parameters

self in_node_t*

The node to operate on.

Return Value

Type: in_bone_t*

A in_bone_t* representing the bone, null if the cast failed.

Meta