Returns the world location and world angles of an attachment.
bool GetEntityAttachment(int entity, int attachment, float origin[3], float angles[3])
The entity index.
The attachment index.
Destination vector to store the attachment's origin vector.
Destination vector to store the attachment's position angle.
True on success, otherwise false.
Invalid entity or lack of mod support.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.