Craig Martin

(Official) LUA Scripting Documentation

explosion

Create an explosion.


Spec:

explosion(
	long x,
	long y,
	long z,
	long radius,
	long strength)

Parameters


Players and NPCs in the vicinity of the explosions can also be damaged


Example

explosion(100,200,300,30,5)

Incomplete

This documentation is incomplete


back