NDK class that represents the binding between the engine & the SDK with the Lua scripting.
More...
|
|
std::unique_ptr< LuaBinding_Base > | core |
| |
|
std::unique_ptr< LuaBinding_Base > | math |
| |
|
std::unique_ptr< LuaBinding_Base > | network |
| |
|
std::unique_ptr< LuaBinding_Base > | sdk |
| |
|
std::unique_ptr< LuaBinding_Base > | utility |
| |
|
std::unique_ptr< LuaBinding_Base > | audio |
| |
|
std::unique_ptr< LuaBinding_Base > | graphics |
| |
|
std::unique_ptr< LuaBinding_Base > | renderer |
| |
|
std::unique_ptr< LuaBinding_Base > | platform |
| |
NDK class that represents the binding between the engine & the SDK with the Lua scripting.
◆ BindComponent()
template<typename T >
| void Ndk::LuaBinding::BindComponent |
( |
const Nz::String & |
name | ) |
|
Binds a component to a name.
- Parameters
-
| name | Name used to retrieve the component |
◆ RegisterClasses()
| void Ndk::LuaBinding::RegisterClasses |
( |
Nz::LuaState & |
state | ) |
|
Registers the classes that will be used by the Lua instance.
- Parameters
-
| instance | Lua instance that will interact with the engine & SDK |
The documentation for this class was generated from the following files:
- SDK/include/NDK/Lua/LuaBinding.hpp
- SDK/include/NDK/Lua/LuaBinding.inl
- SDK/src/NDK/Lua/LuaBinding.cpp
- SDK/src/NDK/Lua/LuaBinding_SDK.cpp