Black Ops III

GetAnimTagOrigin

Returns the local tag position within the animation at the specified normalized time, has no consideration to bone hierarchy.

Example:

tagPosition = GetAnimTagOrigin( arrivalAnim, 0, "tag_sync" )

Parameters

ParameterSummary
*animation nameName of the animation.
*normalized time0.0 to 1.0 time within the animation.
*tag nameName of the tag to look up within the animation.

* = mandatory