User Tools

Site Tools



standard_lua_api

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

standard_lua_api [2015/04/24 09:04] – created fxfirestandard_lua_api [2015/04/24 09:07] (current) fxfire
Line 1: Line 1:
- 
  
 ==== Standard Lua API ==== ==== Standard Lua API ====
-These functions are defined into the Lua core of the Minion client.\\ +These functions are defined in the Lua core of the Minion client.\\ 
-*[http://lua-users.org http://lua-users.org]\\ +  * _G 
-*[http://www.lua.org http://www.lua.org] Official Lua website +  * error 
- +  * getmetatable 
-* _G +  * hpairs 
-* error +  * ipairs 
-* getmetatable +  * istable 
-* hpairs +  * next 
-* ipairs +  * pairs 
-* istable +  * print 
-* next +  * select 
-* pairs +  * setmetatable 
-* print +  * tonumber 
-* select +  * tostring 
-* setmetatable +  * type
-* tonumber +
-* tostring +
-* type+
  
 === Standard Lua libraries Included === === Standard Lua libraries Included ===
-* basic library +  * basic library 
-* string +  * string 
-* math +  * math
- +
- +
-==== Utility functions ==== +
-* d(...) +
standard_lua_api.1429866255.txt.gz · Last modified: 2015/04/24 09:04 by fxfire