Difference between revisions of "Documentation"

From OpenEUO
Jump to: navigation, search
(Table Functions: added getn)
 
(8 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
== Lua ==
 
== Lua ==
  
'''''WARNING: This wiki isn't the gospel according to Cheffe, it is the munged collection of old and new disparate documentation as found or recollected by ximan.  Use at your own risk, and when discrepancies are discovered, please update appropriately.  Thank you.'''''
+
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 83: Line 95:
  
 
* [[table.concat]]
 
* [[table.concat]]
 +
* [[table.getn]]
 
* [[table.insert]]
 
* [[table.insert]]
 
* [[table.maxn]]
 
* [[table.maxn]]
Line 137: Line 150:
 
* [[UO.CliLogged]]
 
* [[UO.CliLogged]]
 
* [[UO.CliNr]]
 
* [[UO.CliNr]]
 +
* [[UO.CliTitle]]
 
* [[UO.CliTop]]
 
* [[UO.CliTop]]
 
* [[UO.CliVer]]
 
* [[UO.CliVer]]
Line 159: Line 173:
 
* [[UO.Followers]]
 
* [[UO.Followers]]
 
* [[UO.FR]]
 
* [[UO.FR]]
 +
* [[UO.GetHP]]
 
* [[UO.Gold]]
 
* [[UO.Gold]]
 
* [[UO.Hits]]
 
* [[UO.Hits]]
Line 194: 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