Call of Duty Script Documentation
playfxontag ( <effect id >, <entity>, <tag name> )
ModuleEffects
Summary
Play this effect on the entity and tag.
Example
fx = playfxontag(id, ent, tag);
Minimum Number of arguments: 3
1 : <effect id> The effect id returned by loadfx
2 : <entity> The entity to attach the effect to
3 : <tag name> Tag name to attach the effect to
Number of optional arguments: 0
Return to Function List