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

fz_anim_enty_get_enty_tag

Description

Returns the tag of the entity that is animated. This is the entity's tag, not the tag of the animation node itself. For example, the same tag returned by , is returned for this function if you know the object's animation node.

Plugin Prototype

fzrt_error_td fz_anim_enty_get_enty_tag(

fzrt_int

windex,

fz_anim_node_ptr

anim_node,

fz_tag_td *

enty_tag )

Parameters

windex [Input]

project window index

anim_node [Input]

animation node of entity

enty_tag [Result]

entity's tag

Returns

Error codes

Availability

6.1.0.0

Example Files

util_anim_test_tag.fsl
util_anim_animate_enty.fsl

See Also

fz_anim_node_find_by_tag,

Function Set

fz_anim_fset


Defined in

fz_anim_api.h