Crossfire Server, Branches 1.12
R18729
|
Data Fields | |
sint64 | exp |
char | killer [BIG_NAME] |
char | maplevel [BIG_NAME] |
int | maxgrace |
int | maxhp |
int | maxsp |
char | name [BIG_NAME] |
int | position |
char | title [BIG_NAME] |
sint64 scr::exp |
Experience.
Definition at line 47 of file hiscore.c.
Referenced by add_score(), check_score(), copy_score(), draw_one_high_score(), get_score(), and put_score().
char scr::killer[BIG_NAME] |
Name (+ title) or "left".
Definition at line 46 of file hiscore.c.
Referenced by check_score(), copy_score(), draw_one_high_score(), get_score(), and put_score().
char scr::maplevel[BIG_NAME] |
Killed on what level.
Definition at line 48 of file hiscore.c.
Referenced by check_score(), copy_score(), draw_one_high_score(), get_score(), and put_score().
int scr::maxgrace |
Max hp, sp, grace when killed.
Definition at line 49 of file hiscore.c.
Referenced by check_score(), copy_score(), draw_one_high_score(), get_score(), and put_score().
int scr::maxhp |
Definition at line 49 of file hiscore.c.
Referenced by check_score(), copy_score(), draw_one_high_score(), get_score(), and put_score().
int scr::maxsp |
Definition at line 49 of file hiscore.c.
Referenced by check_score(), copy_score(), draw_one_high_score(), get_score(), and put_score().
char scr::name[BIG_NAME] |
Name.
Definition at line 44 of file hiscore.c.
Referenced by add_score(), check_score(), copy_score(), display_high_score(), draw_one_high_score(), get_score(), and put_score().
int scr::position |
Position in the highscore list.
Definition at line 50 of file hiscore.c.
Referenced by add_score(), check_score(), display_high_score(), and draw_one_high_score().
char scr::title[BIG_NAME] |
Title.
Definition at line 45 of file hiscore.c.
Referenced by check_score(), copy_score(), display_high_score(), draw_one_high_score(), get_score(), and put_score().