(Official) LUA Scripting Documentation
cave_in
Start a cave in.
Spec:
cave_in(
long x,
long y,
long z,
long seed)
Parameters
x
: The x component of the map point at the center of the cave in.y
: The y component of the map point at the center of the cave in.z
: The z component of the map point at the center of the cave in.seed
: The seed to use for the prng. Omit for default of zero
Incomplete
This documentation is incomplete