Craig Martin

(Official) LUA Scripting Documentation

get_light

Get full light data of a map point.


Spec:

get_light(
	long x,
	long y,
	long z)

Parameters

Returns


Example

local x,y,z = get_script_point()
if get_light(x,y+1,z) > 0 then notify("The map point above the script block has some light") end

Incomplete

This documentation is incomplete


back