Difference between revisions of "0948"

From GTAMods Wiki
Jump to navigation Jump to search
 
 
Line 1: Line 1:
<code>0948=5,%1d% %2d% %3d% %4h% %5d%</code><br>
+
{{OpCode
'''Description''': Creates an explosion<br>
+
| games      = {{Icon|SA}}
'''Supports''': San Andreas<br>
+
| command    = ADD_EXPLOSION_VARIABLE_SHAKE
 +
| description = Creates an explosion
 +
| syntax1    = 0948: create_explosion_at [''flt1''] [''flt2''] [''flt3''] type [''int''] camera_shake [''flt4'']
 +
| p1t        = [''flt1'']
 +
| p1d        = X-coordinate
 +
| p2t        = [''flt2'']
 +
| p2d        = Y-coordinate
 +
| p3t        = [''flt3'']
 +
| p3d        = Z-coordinate
 +
| p4t        = [''int'']
 +
| p4d        = Explosion type
 +
| p5t        = [''flt4'']
 +
| p5d        = Shake
 +
}}
  
==Keywords==
+
== Keywords ==
create, explosion
+
create, add, explosion, variable, shake
 
 
[[Category:OpCodes]]
 

Latest revision as of 08:04, 29 November 2016

San Andreas ADD_EXPLOSION_VARIABLE_SHAKE


Description
Creates an explosion
Syntax
0948: create_explosion_at [flt1] [flt2] [flt3] type [int] camera_shake [flt4]
Parameter
[flt1]
X-coordinate
[flt2]
Y-coordinate
[flt3]
Z-coordinate
[int]
Explosion type
[flt4]
Shake

Keywords

create, add, explosion, variable, shake