Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

propertydefn Struct Reference

Property definition. More...

#include <game.h>

Collaboration diagram for propertydefn:

Collaboration graph
[legend]
List of all members.

Public Attributes

char * name
int(* intgetter )(int)
char *(* strgetter )(int)
Obj *(* objgetter )(int)
short offset
char * doc
short dflt
char * dfltstr
short lo
short hi

Detailed Description

Property definition.

This is the structure representing info about a property of a type, such as a unit type's maximum speed.


Member Data Documentation

short propertydefn::dflt
 

default ?

char* propertydefn::dfltstr
 

default string ?

char* propertydefn::doc
 

documentation

short propertydefn::hi
 

high limit

int(* propertydefn::intgetter)(int)
 

function to get n'th integer property

short propertydefn::lo
 

low limit

char* propertydefn::name
 

name

Obj*(* propertydefn::objgetter)(int)
 

function to get n'th property

short propertydefn::offset
 

offset (to what ?)

char*(* propertydefn::strgetter)(int)
 

function to get n'th string property


The documentation for this struct was generated from the following file:
Generated on Sat Sep 17 10:30:57 2005 for XconqKernel by doxygen 1.3.6