Difference between revisions of "START PTFX ON OBJ"

From GTAMods Wiki
Jump to navigation Jump to search
(Tested unconfirmed parameters.)
(Added link to particle effects list)
 
(One intermediate revision by the same user not shown)
Line 23: Line 23:
 
|rd=Handle to particle effect instance
 
|rd=Handle to particle effect instance
 
}}
 
}}
 +
Starts and sticks a [[List_of_particle_effects | particle effect]] to an object. (effect follows object around)

Latest revision as of 19:26, 8 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)