Lua Objects/IsoPlayer

From PZwiki


Object

Check the javadoc for a complete overview. Note that not all java properties and methods are exposed via the Lua API.

IsoPlayer

Description

Information for a connected player

Functions

Examples

-- Print the username of the local player
print(getPlayer():getUsername())

See also