#include <ScriptComponent.h>
Public Member Functions | |
| template<typename T > | |
| T & | get () |
Public Attributes | |
| std::string | name |
| PropertyType | type |
| void * | data_ptr |
Definition at line 35 of file ScriptComponent.h.
|
inline |
Definition at line 42 of file ScriptComponent.h.
| void* hellfire::ScriptComponent::PropertyInfo::data_ptr |
Definition at line 38 of file ScriptComponent.h.
| std::string hellfire::ScriptComponent::PropertyInfo::name |
Definition at line 36 of file ScriptComponent.h.
| PropertyType hellfire::ScriptComponent::PropertyInfo::type |
Definition at line 37 of file ScriptComponent.h.