This shows you the differences between two versions of the page.
| standard_lua_api [2015/04/24 09:04] – created fxfire | standard_lua_api [2015/04/24 09:07] (current) – fxfire | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | |||
| ==== Standard Lua API ==== | ==== Standard Lua API ==== | ||
| - | These functions are defined | + | These functions are defined |
| - | *[http:// | + | * _G |
| - | *[http:// | + | * error |
| - | + | * getmetatable | |
| - | * _G | + | * hpairs |
| - | * error | + | * ipairs |
| - | * getmetatable | + | * istable |
| - | * hpairs | + | * next |
| - | * ipairs | + | * pairs |
| - | * istable | + | |
| - | * next | + | * select |
| - | * pairs | + | * setmetatable |
| - | + | * tonumber | |
| - | * select | + | * tostring |
| - | * setmetatable | + | * type |
| - | * tonumber | + | |
| - | * tostring | + | |
| - | * type | + | |
| === Standard Lua libraries Included === | === Standard Lua libraries Included === | ||
| - | * basic library | + | |
| - | * string | + | * string |
| - | * math | + | * math |
| - | + | ||
| - | + | ||
| - | ==== Utility functions ==== | + | |
| - | * d(...) | + | |