|
R-Type
Distributed multiplayer game engine in C++
|
#include <sol/state.hpp>#include "ComponentBindingHelper.hpp"#include "common/ECSWrapper/ECSWorld.hpp"

Go to the source code of this file.
Namespaces | |
| namespace | scripting |
| namespace | scripting::bindings |
Functions | |
| ComponentBindingHelper & | scripting::bindings::bindComponents (sol::state &lua, ecs::wrapper::ECSWorld *world) |
| Bind ECS component types to Lua. | |