![]() |
VR-Forces 4.2 Class Documentation
|
Go to the source code of this file.
Classes | |
| class | DtLuaScriptInterfaceImpl |
| struct | DtLuaScriptInterfaceImpl::LuaExtension |
Namespaces | |
| namespace | luaScriptInterface |
| Other functions that are Lua-specific, so not in the VRF class declarations, but do not belong in the interface impl class either. | |
Typedefs | |
| typedef luabind::object(* | luaScriptInterface::rwToLuaBindObjectFcn )(DtReaderWriter *rw, lua_State *L) |
Functions | |
| luabind::object | luaScriptInterface::luaGetEntityParam (lua_State *L, const DtScriptVrfObject &entity, std::string const ¶mName) |
| luabind::object | luaScriptInterface::luaGetSystemAttribute (const DtScriptComponentSystem &system, const std::string &attributeName, bool *error, lua_State *L) |
| bool | luaScriptInterface::luaSetSystemAttribute (DtScriptComponentSystem &system, const std::string &attributeName, const luabind::object &value, lua_State *L) |