|
Crossfire Server, Branch 1.12
R12190
|
The score structure is used when treating new high-scores. More...
Data Fields | |
| sint64 | exp |
| Experience. | |
| char | killer [BIG_NAME] |
| Name (+ title) or "left". | |
| char | maplevel [BIG_NAME] |
| Killed on what level. | |
| int | maxgrace |
| Max hp, sp, grace when killed. | |
| int | maxhp |
| int | maxsp |
| char | name [BIG_NAME] |
| Name. | |
| int | position |
| Position in the highscore list. | |
| char | title [BIG_NAME] |
| Title. | |
| 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().
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().
1.7.6.1