Difference between revisions of "START PTFX"

From GTAMods Wiki
Jump to navigation Jump to search
(Start.)
 
(Added link to particle effects list)
 
Line 21: Line 21:
 
|rd=Handle to particle effect instance
 
|rd=Handle to particle effect instance
 
}}
 
}}
Starts a particle effect at the specified location with the specified rotation.
+
Starts a [[List_of_particle_effects | particle effect]] at the specified location with the specified rotation.

Latest revision as of 19:25, 8 September 2011

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

Starts a particle effect at the specified location with the specified rotation.