Call of Duty 4: Scripting Reference - Animation::GetTagAngles
From COD Modding & Mapping Wiki
GetTagAngles( <tagname> )
Module: Animation
Summary:
Gets the angles of a particular tag on this model
Call this on: <entity> An entity with a model
Example:
leftorg = self GetTagAngles( "tag_wheel_back_left" );
Required arguments:
- <tagname> The name of the tag
Optional arguments:
- none
Notes:
- none