#include <game.h>
Public Attributes | |
char * | name |
int(* | getter )(int, int) |
char * | doc |
short ** | table |
short | dflt |
short | lo |
short | hi |
char | index1 |
char | index2 |
char | valtype |
This is the structure with info about a table.
|
default value of entries |
|
documentation string |
|
accessor function |
|
upper bound of table values |
|
type of row indices |
|
type of column indices |
|
lower bound of table values |
|
name of the table |
|
pointer to table itself |
|
type of data in table |