Property class. More...
#include <worldfile.hh>
Public Member Functions | |
CProperty (int entity, const char *name, int line) | |
Public Attributes | |
int | entity |
Index of entity this property belongs to. More... | |
int | line |
Line this property came from. More... | |
std::string | name |
Name of property. More... | |
bool | used |
Flag set if property has been used. More... | |
std::vector< int > | values |
A list of token indexes. More... | |
Property class.
Definition at line 37 of file worldfile.hh.
|
inline |
Definition at line 55 of file worldfile.hh.
int Stg::CProperty::entity |
Index of entity this property belongs to.
Definition at line 41 of file worldfile.hh.
int Stg::CProperty::line |
Line this property came from.
Definition at line 50 of file worldfile.hh.
std::string Stg::CProperty::name |
Name of property.
Definition at line 44 of file worldfile.hh.
bool Stg::CProperty::used |
Flag set if property has been used.
Definition at line 53 of file worldfile.hh.
std::vector<int> Stg::CProperty::values |
A list of token indexes.
Definition at line 47 of file worldfile.hh.