R-Type
Distributed multiplayer game engine in C++
Loading...
Searching...
No Matches
EntityBindings.hpp File Reference
#include <sol/sol.hpp>
#include "ComponentBindingHelper.hpp"
#include "common/ECS/Registry.hpp"
#include "common/ECSWrapper/ECSWorld.hpp"
Include dependency graph for EntityBindings.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  scripting
 
namespace  scripting::bindings
 

Functions

void scripting::bindings::bindEntity (sol::state &lua, ecs::wrapper::ECSWorld *world, ComponentBindingHelper &helper)
 Bind Entity wrapper class and operations to Lua.