![]() |
VR-Forces Developer's Guide
|

Public Member Functions | |
| DtBindableLuaComponent (DtLocalObject *entity, const DtString &componentName, const DtString &componentType) | |
| virtual | ~DtBindableLuaComponent () override |
| virtual bool | shouldBind (lua_State *L) const override |
Public Member Functions inherited from DtBindableLuaComponentInterface | |
| DtBindableLuaComponentInterface (DtLocalObject *entity, const DtString &componentName, const DtString &componentType) | |
| virtual | ~DtBindableLuaComponentInterface () |
| virtual void | bindLuaFunctions (lua_State *)=0 |
| virtual void | bindLuaGlobals (lua_State *)=0 |
| virtual void | bind (DtLocalObject *, const DtString &scriptId, lua_State *) |
| virtual DtString | bindableName (const DtString &) const |
Additional Inherited Members | |
Protected Attributes inherited from DtBindableLuaComponentInterface | |
| DtLocalObject * | myBoundEntity |
| lua_State * | myBoundForState |
| DtString | myType |
|
inline |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
Implements DtBindableLuaComponentInterface.