Atrinik Server 2.5
Data Fields
scr Struct Reference

Data Fields

char name [BIG_NAME]
char title [BIG_NAME]
char killer [BIG_NAME]
char maplevel [MAX_BUF]
uint64 exp
int maxhp
int maxsp
int maxgrace
int position

Detailed Description

The score structure is used when treating new high-scores

Definition at line 34 of file hiscore.c.


Field Documentation

uint64 scr::exp

Experience.

Definition at line 49 of file hiscore.c.

char scr::killer[BIG_NAME]

Name (+ title) or "left".

Definition at line 43 of file hiscore.c.

char scr::maplevel[MAX_BUF]

Killed on what level.

Definition at line 46 of file hiscore.c.

Max hp, sp, grace when killed.

Definition at line 52 of file hiscore.c.

char scr::name[BIG_NAME]

Name.

Definition at line 37 of file hiscore.c.

Position in the highscore list.

Definition at line 55 of file hiscore.c.

char scr::title[BIG_NAME]

Title.

Definition at line 40 of file hiscore.c.


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