Craig Martin

(Official) LUA Scripting Documentation

open_block

Open a block’s interface screen.


Spec:

open_block(
	long x,
	long y,
	long z)

Parameters


Example

local x,y,z = get_script_point()
open_block(x,y,z)

This example opens the interface screen of the script block that executed the script


Incomplete

This documentation is incomplete


back