Crossfire Server, Trunk
|
Data Fields | |
score | entry [HIGHSCORE_LENGTH] |
char | fname [MAX_BUF] |
char | skill_name [MAX_BUF] |
A highscore table.
Definition at line 50 of file hiscore.cpp.
score score_table::entry[HIGHSCORE_LENGTH] |
The entries in decreasing exp order.
Definition at line 53 of file hiscore.cpp.
Referenced by add_score(), hiscore_display(), hiscore_load(), and hiscore_save().
char score_table::fname[MAX_BUF] |
Filename of the backing file.
Definition at line 51 of file hiscore.cpp.
Referenced by hiscore_load(), and hiscore_save().
char score_table::skill_name[MAX_BUF] |
The name of the skill or "Overall".
Definition at line 52 of file hiscore.cpp.