in_as_animated_part

Casts the given node to a animated part.

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

Parameters

self in_node_t*

The node to operate on.

Return Value

A in_animated_part_t* representing the animated part, null if the cast failed.

Meta