-
Notifications
You must be signed in to change notification settings - Fork 6
Globals
Gregor Steiner edited this page May 6, 2014
·
1 revision
- Return value: Block block
- Get the Block at specified coordinates
- Return value: Player localplayer
- Get your local player object
- Return value: Number height
- Get the screen height
- Return value: Number width
- Get the screen width
- Return value: World world
- Get the world that the local player is currently in
FindMetaTable(String meta)
- Return value: Table table
- Returns the meta table for the given type
IsAngle(Angle angle)
- Return value: Boolean angle
- Check if the argument is an angle
- Return value: Boolean block
- Returns if the argument is a block
- Return value: Boolean bool
- Returns if the argument is a bool
- Return value: Boolean function
- Returns if the argument is a function
- Return value: Boolean number
- Returns if the argument is a number
- Return value: Boolean string
- Returns if the argument is a string
- Return value: Boolean table
- Returns if the argument is a table
- Return value: Boolean thread
- Returns if the argument is a thread
IsVector(Vector vec)
- Return value: Boolean vec
- Check if the argument is an vector
World(Number dimension)
- Return value: World world
- Get the world for the given dimensionID