Name |
Description |
LuaEngine |
Class used to load Lua script files. This script engine is an optional one and can be disabled by commenting a single line of code. |
LuaFunctionAttribute |
Attribute used to mark functions which are exposed to the Lua VM. |
LuaFunctionDescriptor |
Class used to describe and register Lua functions. Mainly related to attribute-based registering. |
LuaFunctions |
Class containing most of the exported Lua functions. It as also a wrapper to the Main API. |
LuaHelper |
Helper functions for the LuaEngine implementation. |
SchumixCommandMethod |
|