Difference between revisions of "ADD EXPLOSION"

From GTAMods Wiki
Jump to navigation Jump to search
(New page: {{Native |np=8 |p1t=float |p1d=X Coordinate |p2t=float |p2d=Y Coordinate |p3t=float |p3d=Z Coordinate |p4t=integer |p4d=Explosion Type |p5t=float |p5d=Unknown |p6t=bool |p6d=Unknown |p7t=b...)
 
 
(6 intermediate revisions by 5 users not shown)
Line 10: Line 10:
 
|p4d=Explosion Type
 
|p4d=Explosion Type
 
|p5t=float
 
|p5t=float
|p5d=Unknown
+
|p5d=Radius
 
|p6t=bool
 
|p6t=bool
|p6d=Unknown
+
|p6d=audible
 
|p7t=bool
 
|p7t=bool
|p7d=Unknown
+
|p7d=invisible
 
|p8t=float
 
|p8t=float
|p8d=Radius
+
|p8d=Camera shake
 
|r=0
 
|r=0
 
}}
 
}}
  
Creates an Explosion.
+
Creates an Explosion with given parameters.
 
+
Do NOT over use. It will stop rendering the explosion graphics/camera shake
{{Incomplete}}
 

Latest revision as of 21:19, 29 April 2015

ADD_EXPLOSION
Number of parameters: 8
Parameter #TypeDescription
1.floatX Coordinate
2.floatY Coordinate
3.floatZ Coordinate
4.integerExplosion Type
5.floatRadius
6.boolaudible
7.boolinvisible
8.floatCamera shake
Return value:
TypeDescription
None

Creates an Explosion with given parameters. Do NOT over use. It will stop rendering the explosion graphics/camera shake