Difference between revisions of "Documentation"

From OpenEUO
Jump to: navigation, search
(Table Functions: added getn)
 
(9 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
== Lua ==
 
== Lua ==
 +
 +
OpenEUO uses Lua for scripting.
 +
 +
'''''WARNING: Use at your own risk, and when discrepancies are discovered, please update appropriately.  Thank you.'''''
 +
 +
=== Constants ===
 +
 +
* [[false]]
 +
 +
* [[true]]
 +
 +
* [[nil]]
 +
 +
* [[type values]]
  
 
=== Basic Functions ===
 
=== Basic Functions ===
Line 81: Line 95:
  
 
* [[table.concat]]
 
* [[table.concat]]
 +
* [[table.getn]]
 
* [[table.insert]]
 
* [[table.insert]]
 
* [[table.maxn]]
 
* [[table.maxn]]
Line 135: Line 150:
 
* [[UO.CliLogged]]
 
* [[UO.CliLogged]]
 
* [[UO.CliNr]]
 
* [[UO.CliNr]]
 +
* [[UO.CliTitle]]
 
* [[UO.CliTop]]
 
* [[UO.CliTop]]
 
* [[UO.CliVer]]
 
* [[UO.CliVer]]
Line 157: Line 173:
 
* [[UO.Followers]]
 
* [[UO.Followers]]
 
* [[UO.FR]]
 
* [[UO.FR]]
 +
* [[UO.GetHP]]
 
* [[UO.Gold]]
 
* [[UO.Gold]]
 
* [[UO.Hits]]
 
* [[UO.Hits]]
Line 192: Line 209:
 
* [[UO.Shard]]
 
* [[UO.Shard]]
 
* [[UO.Stamina]]
 
* [[UO.Stamina]]
 +
* [[UO.StatBar]]
 
* [[UO.Str]]
 
* [[UO.Str]]
 
* [[UO.SysMsg]]
 
* [[UO.SysMsg]]

Latest revision as of 20:02, 17 March 2011

Lua

OpenEUO uses Lua for scripting.

WARNING: Use at your own risk, and when discrepancies are discovered, please update appropriately. Thank you.

Constants

Basic Functions

Math Functions

String Functions

Table Functions

OpenEUO

Standard Functions

Bitwise Functions

Ultima Online

Variables

Commands

Objects

Commands

Classes

Miscellaneous