|
R-Type
Distributed multiplayer game engine in C++
|
Information about a registered component. More...
#include <ComponentBindingHelper.hpp>

Public Attributes | |
| std::string | name |
| std::function< void(sol::state &)> | bindFunc |
Information about a registered component.
Definition at line 23 of file ComponentBindingHelper.hpp.
| std::function<void(sol::state &)> scripting::bindings::ComponentBinding::bindFunc |
Definition at line 25 of file ComponentBindingHelper.hpp.
| std::string scripting::bindings::ComponentBinding::name |
Definition at line 24 of file ComponentBindingHelper.hpp.