|
Crossfire Server
1.75.0
|
The score structure is used when treating new high-scores. More...
Data Fields | |
| int64_t | exp |
| Experience. More... | |
| char | killer [BIG_NAME] |
| Name (+ title) or "left". More... | |
| char | maplevel [BIG_NAME] |
| Killed on what level. More... | |
| int | maxgrace |
| Max grace when killed. More... | |
| int | maxhp |
| Max hp when killed. More... | |
| int | maxsp |
| Max sp when killed. More... | |
| char | name [BIG_NAME] |
| Name. More... | |
| int | position |
| Position in the highscore list. More... | |
| char | title [BIG_NAME] |
| Title. More... | |
The score structure is used when treating new high-scores.
Definition at line 35 of file hiscore.cpp.
| int64_t score::exp |
Experience.
Definition at line 39 of file hiscore.cpp.
Referenced by add_score(), draw_one_high_score(), get_score(), hiscore_check(), hiscore_display(), hiscore_init(), and put_score().
| char score::killer[BIG_NAME] |
Name (+ title) or "left".
Definition at line 38 of file hiscore.cpp.
Referenced by draw_one_high_score(), get_score(), hiscore_check(), and put_score().
| char score::maplevel[BIG_NAME] |
Killed on what level.
Definition at line 40 of file hiscore.cpp.
Referenced by draw_one_high_score(), get_score(), hiscore_check(), and put_score().
| int score::maxgrace |
Max grace when killed.
Definition at line 41 of file hiscore.cpp.
Referenced by draw_one_high_score(), get_score(), hiscore_check(), and put_score().
| int score::maxhp |
Max hp when killed.
Definition at line 41 of file hiscore.cpp.
Referenced by draw_one_high_score(), get_score(), hiscore_check(), and put_score().
| int score::maxsp |
Max sp when killed.
Definition at line 41 of file hiscore.cpp.
Referenced by draw_one_high_score(), get_score(), hiscore_check(), and put_score().
| char score::name[BIG_NAME] |
Name.
Definition at line 36 of file hiscore.cpp.
Referenced by add_score(), draw_one_high_score(), get_score(), hiscore_check(), hiscore_display(), hiscore_init(), hiscore_save(), and put_score().
| int score::position |
Position in the highscore list.
Definition at line 44 of file hiscore.cpp.
Referenced by add_score(), draw_one_high_score(), hiscore_check(), and hiscore_load().
| char score::title[BIG_NAME] |
Title.
Definition at line 37 of file hiscore.cpp.
Referenced by draw_one_high_score(), get_score(), hiscore_check(), and put_score().