Difference between revisions of "Documentation"
From OpenEUO
Line 85: | Line 85: | ||
* [[table.remove]] | * [[table.remove]] | ||
* [[table.sort]] | * [[table.sort]] | ||
+ | |||
+ | == OpenEUO == | ||
+ | |||
+ | === Standard Functions === | ||
+ | |||
+ | * [[cmpsetatom]] | ||
+ | * [[dostring]] | ||
+ | * [[getatom]] | ||
+ | * [[getdate]] | ||
+ | * [[getkey]] | ||
+ | * [[getmouse]] | ||
+ | * [[getticks]] | ||
+ | * [[gettime]] | ||
+ | * [[getbasedir]] | ||
+ | * [[getinstalldir]] | ||
+ | * [[listatoms]] | ||
+ | * [[openfile]] | ||
+ | * [[pause]] | ||
+ | * [[setatom]] | ||
+ | * [[stop]] | ||
+ | * [[wait]] | ||
+ | |||
+ | === Bitwise Functions === | ||
+ | |||
+ | * [[Bit.And]] | ||
+ | * [[Bit.Not]] | ||
+ | * [[Bit.Or]] | ||
+ | * [[Bit.Shl]] | ||
+ | * [[Bit.Shr]] | ||
+ | * [[Bit.Xor]] | ||
+ | |||
+ | == Ultima Online == | ||
+ | |||
+ | === Variables === | ||
+ | |||
+ | * [[UO.AR]] | ||
+ | * [[UO.BackpackID]] | ||
+ | * [[UO.CharDir]] | ||
+ | * [[UO.CharID]] | ||
+ | * [[UO.CharName]] | ||
+ | * [[UO.CharPosX]] | ||
+ | * [[UO.CharPosY]] | ||
+ | * [[UO.CharPosZ]] | ||
+ | * [[UO.CharStatus]] | ||
+ | * [[UO.CharType]] | ||
+ | * [[UO.CliCnt]] | ||
+ | * [[UO.CliLang]] | ||
+ | * [[UO.CliLeft]] | ||
+ | * [[UO.CliLogged]] | ||
+ | * [[UO.CliNr]] | ||
+ | * [[UO.CliTop]] | ||
+ | * [[UO.CliVer]] | ||
+ | * [[UO.CliXRes]] | ||
+ | * [[UO.CliYRes]] | ||
+ | * [[UO.ContID]] | ||
+ | * [[UO.ContKind]] | ||
+ | * [[UO.ContName]] | ||
+ | * [[UO.ContPosX]] | ||
+ | * [[UO.ContPosY]] | ||
+ | * [[UO.ContSizeX]] | ||
+ | * [[UO.ContSizeY]] | ||
+ | * [[UO.ContType]] | ||
+ | * [[UO.CR]] | ||
+ | * [[UO.CursKind]] | ||
+ | * [[UO.CursorX]] | ||
+ | * [[UO.CursorY]] | ||
+ | * [[UO.Dex]] | ||
+ | * [[UO.EnemyHits]] | ||
+ | * [[UO.EnemyID]] | ||
+ | * [[UO.ER]] | ||
+ | * [[UO.Followers]] | ||
+ | * [[UO.FR]] | ||
+ | * [[UO.Gold]] | ||
+ | * [[UO.Hits]] | ||
+ | * [[UO.Int]] | ||
+ | * [[UO.LHandID]] | ||
+ | * [[UO.LLiftedID]] | ||
+ | * [[UO.LLiftedKind]] | ||
+ | * [[UO.LLiftedType]] | ||
+ | * [[UO.LObjectID]] | ||
+ | * [[UO.LObjectType]] | ||
+ | * [[UO.LShard]] | ||
+ | * [[UO.LSkill]] | ||
+ | * [[UO.LSpell]] | ||
+ | * [[UO.LTargetID]] | ||
+ | * [[UO.LTargetKind]] | ||
+ | * [[UO.LTargetTile]] | ||
+ | * [[UO.LTargetX]] | ||
+ | * [[UO.LTargetY]] | ||
+ | * [[UO.LTargetZ]] | ||
+ | * [[UO.Luck]] | ||
+ | * [[UO.Mana]] | ||
+ | * [[UO.MaxDmg]] | ||
+ | * [[UO.MaxFol]] | ||
+ | * [[UO.MaxHits]] | ||
+ | * [[UO.MaxMana]] | ||
+ | * [[UO.MaxStam]] | ||
+ | * [[UO.MaxStats]] | ||
+ | * [[UO.MaxWeight]] | ||
+ | * [[UO.MinDmg]] | ||
+ | * [[UO.NextCPosX]] | ||
+ | * [[UO.NextCPosY]] | ||
+ | * [[UO.PR]] | ||
+ | * [[UO.RHandID]] | ||
+ | * [[UO.Sex]] | ||
+ | * [[UO.Shard]] | ||
+ | * [[UO.Stamina]] | ||
+ | * [[UO.Str]] | ||
+ | * [[UO.SysMsg]] | ||
+ | * [[UO.TargCurs]] | ||
+ | * [[UO.TP]] | ||
+ | * [[UO.Weight]] | ||
+ | |||
+ | === Commands === | ||
+ | |||
+ | * [[UO.CliDrag]] | ||
+ | * [[UO.Click]] | ||
+ | * [[UO.ContTop]] | ||
+ | * [[UO.Drag]] | ||
+ | * [[UO.DropC]] | ||
+ | * [[UO.DropG]] | ||
+ | * [[UO.DropPD]] | ||
+ | * [[UO.Equip]] | ||
+ | * [[UO.ExMsg]] | ||
+ | * [[UO.GetCont]] | ||
+ | * [[UO.GetItem]] | ||
+ | * [[UO.GetJournal]] | ||
+ | * [[UO.GetPix]] | ||
+ | * [[UO.GetShop]] | ||
+ | * [[UO.GetSkill]] | ||
+ | * [[UO.HideItem]] | ||
+ | * [[UO.Key]] | ||
+ | * [[UO.Macro]] | ||
+ | * [[UO.Move]] | ||
+ | * [[UO.Msg]] | ||
+ | * [[UO.Pathfind]] | ||
+ | * [[UO.Popup]] | ||
+ | * [[UO.Property]] | ||
+ | * [[UO.RenamePet]] | ||
+ | * [[UO.ScanItems]] | ||
+ | * [[UO.ScanJournal]] | ||
+ | * [[UO.SetShop]] | ||
+ | * [[UO.SkillLock]] | ||
+ | * [[UO.StatBar]] | ||
+ | * [[UO.StatLock]] | ||
+ | * [[UO.SysMessage]] | ||
+ | * [[UO.TileCnt]] | ||
+ | * [[UO.TileGet]] | ||
+ | * [[UO.TileInit]] |
Revision as of 05:56, 5 October 2010
Contents
Lua
Basic Functions
- _G
- assert
- collectgarbage
- dofile
- error
- getfenv
- getmetatable
- ipairs
- loadfile
- loadstring
- next
- pairs
- pcall
- rawequal
- rawget
- rawset
- select
- setfenv
- setmetatable
- tonumber
- tostring
- type
- unpack
Math Functions
- math.abs
- math.acos
- math.asin
- math.atan
- math.atan2
- math.ceil
- math.cos
- math.cosh
- math.deg
- math.exp
- math.floor
- math.fmod
- math.frexp
- math.huge
- math.ldexp
- math.log
- math.log10
- math.max
- math.min
- math.modf
- math.pi
- math.pow
- math.rad
- math.random
- math.randomseed
- math.sin
- math.sinh
- math.sqrt
- math.tan
- math.tanh
String Functions
- string.byte
- string.char
- string.dump
- string.find
- string.format
- string.gmatch
- string.gsub
- string.len
- string.lower
- string.match
- string.rep
- string.reverse
- string.sub
- string.upper
Table Functions
OpenEUO
Standard Functions
- cmpsetatom
- dostring
- getatom
- getdate
- getkey
- getmouse
- getticks
- gettime
- getbasedir
- getinstalldir
- listatoms
- openfile
- pause
- setatom
- stop
- wait
Bitwise Functions
Ultima Online
Variables
- UO.AR
- UO.BackpackID
- UO.CharDir
- UO.CharID
- UO.CharName
- UO.CharPosX
- UO.CharPosY
- UO.CharPosZ
- UO.CharStatus
- UO.CharType
- UO.CliCnt
- UO.CliLang
- UO.CliLeft
- UO.CliLogged
- UO.CliNr
- UO.CliTop
- UO.CliVer
- UO.CliXRes
- UO.CliYRes
- UO.ContID
- UO.ContKind
- UO.ContName
- UO.ContPosX
- UO.ContPosY
- UO.ContSizeX
- UO.ContSizeY
- UO.ContType
- UO.CR
- UO.CursKind
- UO.CursorX
- UO.CursorY
- UO.Dex
- UO.EnemyHits
- UO.EnemyID
- UO.ER
- UO.Followers
- UO.FR
- UO.Gold
- UO.Hits
- UO.Int
- UO.LHandID
- UO.LLiftedID
- UO.LLiftedKind
- UO.LLiftedType
- UO.LObjectID
- UO.LObjectType
- UO.LShard
- UO.LSkill
- UO.LSpell
- UO.LTargetID
- UO.LTargetKind
- UO.LTargetTile
- UO.LTargetX
- UO.LTargetY
- UO.LTargetZ
- UO.Luck
- UO.Mana
- UO.MaxDmg
- UO.MaxFol
- UO.MaxHits
- UO.MaxMana
- UO.MaxStam
- UO.MaxStats
- UO.MaxWeight
- UO.MinDmg
- UO.NextCPosX
- UO.NextCPosY
- UO.PR
- UO.RHandID
- UO.Sex
- UO.Shard
- UO.Stamina
- UO.Str
- UO.SysMsg
- UO.TargCurs
- UO.TP
- UO.Weight
Commands
- UO.CliDrag
- UO.Click
- UO.ContTop
- UO.Drag
- UO.DropC
- UO.DropG
- UO.DropPD
- UO.Equip
- UO.ExMsg
- UO.GetCont
- UO.GetItem
- UO.GetJournal
- UO.GetPix
- UO.GetShop
- UO.GetSkill
- UO.HideItem
- UO.Key
- UO.Macro
- UO.Move
- UO.Msg
- UO.Pathfind
- UO.Popup
- UO.Property
- UO.RenamePet
- UO.ScanItems
- UO.ScanJournal
- UO.SetShop
- UO.SkillLock
- UO.StatBar
- UO.StatLock
- UO.SysMessage
- UO.TileCnt
- UO.TileGet
- UO.TileInit