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