ILUALIB
Brew Release
Brew MP 1.0.2
Description
The ILuaLib interface should be implemented by classes intending to
provide a Lua library. It provides a single entry point, ILuaLib_Init(),
which will be called by the Lua VM when the library is first invoked.
A library that wishes to implement this interface must also register a SysRsc or mimetype entry of "[modulename]" that implements a handler of AEEIID_ILuaLib, such that Lua scripts can simply call "require '[modulename]'" in order to load and initialize the library.
A library that wishes to implement this interface must also register a SysRsc or mimetype entry of "[modulename]" that implements a handler of AEEIID_ILuaLib, such that Lua scripts can simply call "require '[modulename]'" in order to load and initialize the library.
COMMENTS (0)
See Below