Crossfire Server, Trunk
score_table Struct Reference
+ Collaboration diagram for score_table:

Data Fields

score entry [HIGHSCORE_LENGTH]
 
char fname [MAX_BUF]
 
char skill_name [MAX_BUF]
 

Detailed Description

A highscore table.

Definition at line 50 of file hiscore.cpp.

Field Documentation

◆ entry

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

◆ fname

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

◆ skill_name

char score_table::skill_name[MAX_BUF]

The name of the skill or "Overall".

Definition at line 52 of file hiscore.cpp.


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