(Official) LUA Scripting Documentation
rain_delete
Delete rain.
Spec:
rain_delete(
long x,
long y,
long z)
Parameters
x
: The x component of the map point at the center of the rainfall.y
: The y component of the map point at the center of the rainfall.z
: The z component of the map point at the center of the rainfall.
The point x,y,z
must be the same point used when the rain was created using Rain
Incomplete
This documentation is incomplete