GetAttachTagName( <modelindex> )


Module: Entity

Summary:

Returns the tagname of the attached model at the given attachment slot



Call this on:

An Entity



Example:

self GetAttachTagName( index );



Required Args:

  • 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)