Call of Duty Script Documentation
getattachtagname(<modelindex>)
ModuleEntity
Summary
Returns the tagname of the attached model at the given attachment slot
Call this function on
An Entity
Example
self getattachtagname(index);
Minimum Number of arguments: 1
1 : <modelindex> The index of the model attached to the entity, starting at 0, so for instance 3 will get the fourth model attached. (integer)
Number of optional arguments: 0
Return to Function List