Documentation

From OpenEUO
Revision as of 06:21, 5 October 2010 by 46.127.27.108 (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Contents

  • 1 Lua
    • 1.1 Basic Functions
    • 1.2 Math Functions
    • 1.3 String Functions
    • 1.4 Table Functions

Lua

Basic Functions

  • _G
  • assert
  • collectgarbage
  • dofile
  • error
  • getfenv
  • getmetatable
  • ipairs
  • loadfile
  • loadstring
  • next
  • pairs
  • pcall
  • print
  • 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

  • table.concat
  • table.insert
  • table.maxn
  • table.remove
  • table.sort
Retrieved from "http://www.easyuo.com/openeuo/wiki/index.php?title=Documentation&oldid=5"

Navigation menu

Views

  • Page
  • Discussion
  • View source
  • History

Personal tools

  • Log in

Navigation

  • Main page
  • Recent changes
  • Random page
  • Help

 

Tools

  • What links here
  • Related changes
  • Special pages
  • Printable version
  • Permanent link
  • Page information
Powered by MediaWiki
  • Privacy policy
  • About OpenEUO
  • Disclaimers