Stg::CProperty Class Reference

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...
 

Detailed Description

Property class.

Constructor & Destructor Documentation

◆ CProperty()

Stg::CProperty::CProperty ( int  entity,
const char *  name,
int  line 
)
inline

Member Data Documentation

◆ entity

int Stg::CProperty::entity

Index of entity this property belongs to.

◆ line

int Stg::CProperty::line

Line this property came from.

◆ name

std::string Stg::CProperty::name

Name of property.

◆ used

bool Stg::CProperty::used

Flag set if property has been used.

◆ values

std::vector<int> Stg::CProperty::values

A list of token indexes.


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