(Official) LUA Scripting Documentation
clear_block
Clears block id at the map point.
Spec:
clear_block(
long x,
long y,
long z)
Parameters
x: The x component of the map pointy: The y component of the map pointz: The z component of the map point
Example
clear_block(100, 201, 100)
Clears the block at 100, 201, 100.
Incomplete
This documentation is incomplete