formZ SDK | 5.0 API Reference | Project | Modeling | Animation

fz_anim_node_find_by_tag

Description

Finds the animation node given a tag to an entity. For example, the tag returned by can be used to search for its corresponding animation node in the animation hierarchy. Only entities that have previously been added to the animation hierarchy have corresponding animation nodes.

Plugin Prototype

fzrt_error_td fz_anim_node_find_by_tag(

fzrt_int

windex,

fz_tag_td *

enty_tag,

fz_anim_node_ptr *

anim_node )

Parameters

windex [Input]

project window index

enty_tag [Input]

tag of entity

anim_node [Result]

animation node of entity

Returns

Error codes

Availability

6.1.0.0

Example Files

util_anim_test_tag.fsl

See Also

,

Function Set

fz_anim_fset


Defined in

fz_anim_api.h