Garry's Mod Wiki

PATTACH

Description

Enumerations used by ParticleEffectAttach.

Values

PATTACH_ABSORIGIN0Particle spawns in entity's origin and does not follow it
PATTACH_ABSORIGIN_FOLLOW1Particle attaches to entity's origin and follows the entity
PATTACH_CUSTOMORIGIN2Create at a custom origin, but don't follow
PATTACH_POINT3Particle attaches to passed to ParticleEffectAttach attachment id, but does not follow the entity
PATTACH_POINT_FOLLOW4Particle attaches to passed to ParticleEffectAttach attachment id and follows the entity
PATTACH_WORLDORIGIN5Particle spawns in the beginning of coordinates ( Vector( 0, 0, 0 ) ), used for control points that don't attach to an entity