Scripting/Squirrel/Functions/CreateExplosion: Difference between revisions
Jump to navigation
Jump to search

This wiki is using an old backup from 2020
Some information may be old/missing
(Created page with "This function will create an explosion at the given location. == Syntax == <pre>CreateExplosion( world, type, pos, playerCaused, onGround )</pre> == Arguments == * ''int''...") |
(No difference)
|
Revision as of 22:14, 2 February 2014
This function will create an explosion at the given location.
Syntax
CreateExplosion( world, type, pos, playerCaused, onGround )
Arguments
- int world - The world ID
- int type - The explosion type
- Vector pos - The position of the explosion to be created
- int playerCaused - Was the explosion caused by a player?
- bool onGround - To be added
Example
