R-Type
Distributed multiplayer game engine in C++
Loading...
Searching...
No Matches
scripting::bindings::ComponentBinding Struct Reference

Information about a registered component. More...

#include <ComponentBindingHelper.hpp>

Collaboration diagram for scripting::bindings::ComponentBinding:
Collaboration graph

Public Attributes

std::string name
 
std::function< void(sol::state &)> bindFunc
 

Detailed Description

Information about a registered component.

Definition at line 23 of file ComponentBindingHelper.hpp.

Member Data Documentation

◆ bindFunc

std::function<void(sol::state &)> scripting::bindings::ComponentBinding::bindFunc

◆ name

std::string scripting::bindings::ComponentBinding::name

The documentation for this struct was generated from the following file: