Difference between revisions of "Documentation"

From OpenEUO
Jump to: navigation, search
m (Constants)
(Table Functions: added getn)
 
(5 intermediate revisions by 4 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 ===
 
=== Constants ===
Line 93: Line 95:
  
 
* [[table.concat]]
 
* [[table.concat]]
 +
* [[table.getn]]
 
* [[table.insert]]
 
* [[table.insert]]
 
* [[table.maxn]]
 
* [[table.maxn]]
Line 147: Line 150:
 
* [[UO.CliLogged]]
 
* [[UO.CliLogged]]
 
* [[UO.CliNr]]
 
* [[UO.CliNr]]
 +
* [[UO.CliTitle]]
 
* [[UO.CliTop]]
 
* [[UO.CliTop]]
 
* [[UO.CliVer]]
 
* [[UO.CliVer]]
Line 169: Line 173:
 
* [[UO.Followers]]
 
* [[UO.Followers]]
 
* [[UO.FR]]
 
* [[UO.FR]]
 +
* [[UO.GetHP]]
 
* [[UO.Gold]]
 
* [[UO.Gold]]
 
* [[UO.Hits]]
 
* [[UO.Hits]]
Line 204: Line 209:
 
* [[UO.Shard]]
 
* [[UO.Shard]]
 
* [[UO.Stamina]]
 
* [[UO.Stamina]]
 +
* [[UO.StatBar]]
 
* [[UO.Str]]
 
* [[UO.Str]]
 
* [[UO.SysMsg]]
 
* [[UO.SysMsg]]

Latest revision as of 19: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