(Official) LUA Scripting Documentation
set_zone_region
Change the region of an existing zone.
Spec:
set_zone_region(
string name,
long x1,
long y1,
long z1,
long x2,
long y2,
long z2)
Parameters
name
:x1
: The new x component of the regions min map pointy1
: The new y component of the regions min map pointz1
: The new z component of the regions min map pointx2
: The new x component of the regions max map pointy2
: The new y component of the regions max map pointz2
: The new z component of the regions max map point
Incomplete
This documentation is incomplete