#include <userData.h>
Public Member Functions | |
userData () | |
userData (char *fn) | |
userData (userData *other) | |
userData (netMessage *msg) | |
virtual | ~userData () |
int | save (FILE *fd) |
int | load (FILE *fd) |
void | print (FILE *fd, char *indent="", int how_much=2) |
char * | getTypeName () |
char * | get_nick () |
char * | get_first_name () |
char * | get_last_name () |
bool | is_male () |
char | get_player_nation () |
int | get_player_fame (int nation_index) |
int * | get_player_fame () |
unsigned long int | get_money () |
unsigned int | get_crew_number () |
netMessage * | exportAsNetworkMsg () |
userData * | clone (int cf) |
Protected Member Functions | |
void | copy_from (userData *other, int clone_flags) |
|
Definition at line 33 of file userData.cpp. Referenced by clone(). |
|
Definition at line 37 of file userData.cpp. References load(). |
|
Definition at line 49 of file userData.cpp. References copy_from(). |
|
Definition at line 54 of file userData.cpp. |
|
Definition at line 90 of file userData.cpp. |
|
Definition at line 123 of file userData.cpp. References userData(). |
|
Definition at line 100 of file userData.cpp. References COUNT_NATIONS, get_crew_number(), get_first_name(), get_last_name(), get_money(), get_nick(), get_player_fame(), get_player_nation(), and is_male(). Referenced by userData(). |
|
|
|
Definition at line 42 of file userData.h. Referenced by copy_from(). |
|
Definition at line 33 of file userData.h. Referenced by copy_from(). |
|
Definition at line 34 of file userData.h. Referenced by copy_from(). |
|
Definition at line 41 of file userData.h. Referenced by copy_from(). |
|
Definition at line 32 of file userData.h. Referenced by copy_from(). |
|
|
|
Definition at line 96 of file userData.cpp. Referenced by copy_from(). |
|
Definition at line 36 of file userData.h. Referenced by copy_from(). |
|
Definition at line 30 of file userData.h. |
|
Definition at line 35 of file userData.h. Referenced by copy_from(). |
|
Definition at line 129 of file userData.cpp. Referenced by userData(). |
|
Definition at line 29 of file userData.h. |
|
Definition at line 134 of file userData.cpp. |