Namespace Itinero.Profiles.Lua.CoreLib
Classes
|
Class implementing basic Lua functions (print, type, tostring, etc) as a MoonSharp module. |
|
Class implementing bit32 Lua functions |
|
Class implementing coroutine Lua functions |
|
Class implementing dynamic expression evaluations at runtime (a MoonSharp addition). |
|
Class implementing error handling Lua functions (pcall and xpcall) |
|
Class implementing loading Lua functions like 'require', 'load', etc. |
|
Class implementing math Lua functions |
|
Class implementing metatable related Lua functions (xxxmetatable and rawxxx). |
|
Class implementing time related Lua functions from the 'os' module. |
|
Class implementing string Lua functions |
|
Class implementing table Lua iterators (pairs, ipairs, next) |
|
Class implementing table Lua functions |
|
Class exposing table.unpack and table.pack in the global namespace (to work around the most common Lua 5.1 compatibility issue). |