Loading...
Searching...
No Matches
hellfire::ScriptComponent::PropertyInfo Struct Reference

#include <ScriptComponent.h>

Collaboration diagram for hellfire::ScriptComponent::PropertyInfo:

Public Member Functions

template<typename T >
T & get ()
 

Public Attributes

std::string name
 
PropertyType type
 
void * data_ptr
 

Detailed Description

Definition at line 35 of file ScriptComponent.h.

Member Function Documentation

◆ get()

template<typename T >
T & hellfire::ScriptComponent::PropertyInfo::get ( )
inline

Definition at line 42 of file ScriptComponent.h.

Member Data Documentation

◆ data_ptr

void* hellfire::ScriptComponent::PropertyInfo::data_ptr

Definition at line 38 of file ScriptComponent.h.

◆ name

std::string hellfire::ScriptComponent::PropertyInfo::name

Definition at line 36 of file ScriptComponent.h.

◆ type

PropertyType hellfire::ScriptComponent::PropertyInfo::type

Definition at line 37 of file ScriptComponent.h.


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