Lua Objects/IsoPlayer

From PZwiki
< Lua Objects
Revision as of 22:31, 13 June 2023 by Faalagorn (talk | contribs) (Faalagorn moved page Lua Objects/IsoPlayer to Lua Objects/IsoPlayer: Avoid Modding: prefix)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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