(Official) LUA Scripting Documentation
set_block
Set block id and aux data at a map point.
Spec:
set_block(
long x,
long y,
long z,
long block_id,
long aux)
Parameters
x
: The x component of the map pointy
: The y component of the map pointz
: The z component of the map pointblock_id
:aux
:
Incomplete
This documentation is incomplete