![]() |
VR-Forces 4.8 Class Documentation
|
Go to the source code of this file.
Namespaces | |
| vrfLua | |
Functions | |
| template<class T > | |
| T * | vrfLua::luaTypeCast (luabind::object const &luaObject) |
| separator for "objects" which are comprised of entries More... | |
| template<class T > | |
| T * | vrfLua::luaTypeCastNoThrow (luabind::object const &luaObject) |
| DT_DLL_vrfLua bool | vrfLua::DtLuaFunctionExists (lua_State *luaState, const char *functionName) |
| Determine whether or not a function exists. More... | |
| DT_DLL_vrfLua int | vrfLua::DtLuaErrorHandler (lua_State *L) |
| Lua Debugging functions. More... | |
| DT_DLL_vrfLua int | vrfLua::DtLuaErrorHandlerToString (lua_State *L) |
| DT_DLL_vrfLua int | vrfLua::DtLuaAppendPath (lua_State *L, const char *path) |
| Add a path into Lua for include files. More... | |
| DT_DLL_vrfLua int | vrfLua::DtLuaAppendPath (lua_State *L, const std::vector< std::string > &paths) |
| DT_DLL_vrfLua void | vrfLua::DtLuaGetPath (lua_State *L, std::vector< std::string > &paths) |
| Get the path from the Lua state. More... | |
Variables | |
| static const char * | vrfLua::entrySeparator = ":" |
| static const char * | vrfLua::objectSeparator = "|" |
| separator for entries in an "object" More... | |