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

tabledefn Struct Reference

Table definition. More...

#include <game.h>

List of all members.

Public Attributes

char * name
int(* getter )(int, int)
char * doc
short ** table
short dflt
short lo
short hi
char index1
char index2
char valtype


Detailed Description

Table definition.

This is the structure with info about a table.


Member Data Documentation

short tabledefn::dflt
 

default value of entries

char* tabledefn::doc
 

documentation string

int(* tabledefn::getter)(int, int)
 

accessor function

short tabledefn::hi
 

upper bound of table values

char tabledefn::index1
 

type of row indices

char tabledefn::index2
 

type of column indices

short tabledefn::lo
 

lower bound of table values

char* tabledefn::name
 

name of the table

short** tabledefn::table
 

pointer to table itself

char tabledefn::valtype
 

type of data in table


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