Difference between revisions of "START PTFX ON OBJ"

From GTAMods Wiki
Jump to navigation Jump to search
(Tested unconfirmed parameters.)
m (More description.)
Line 23: Line 23:
 
|rd=Handle to particle effect instance
 
|rd=Handle to particle effect instance
 
}}
 
}}
 +
Starts and sticks a particle effect to an object. (effect follows object around)

Revision as of 18:24, 7 September 2011

START_PTFX_ON_OBJ
Number of parameters: 9
Parameter #TypeDescription
1.stringParticle effect name
2.intObject id
3.floatX-offset
4.floatY-offset
5.floatZ-offset
6.floatYaw
7.floatPitch
8.floatRoll
9.floatEffect scale (1.0f = standard)
Return value:
TypeDescription
intHandle to particle effect instance

Starts and sticks a particle effect to an object. (effect follows object around)