Call of Duty Script Documentation
gettagorigin(<tagname>)
ModuleAnimation
Summary
Gets the origin of a particular tag on this model
Call this function on
<entity> An entity with a model
Example
leftorg = self gettagorigin("tag_wheel_back_left");
Minimum Number of arguments: 1
1 : <tagname> The name of the tag
Number of optional arguments: 0
Return to Function List