Craig Martin

(Official) LUA Scripting Documentation

get_aux

Get the aux data at a map point.


Spec:

get_aux(
	long x,
	long y,
	long z)

Parameters

Returns


Example

local x,y,z = get_script_point()
local aux = get_aux(x,y,z)

This example gets the aux data of the script block that executed this script.


Incomplete

This documentation is incomplete


back