#include <ggzcore.h>
Data Fields | |
| const char * | player_name |
| The name of the player entering/leaving. | |
| int | rooms_known |
| GGZRoom * | to_room |
| The room we are entering. | |
| GGZRoom * | from_room |
| The room the player is leaving. | |
The room we are entering.
This may be NULL if the player is leaving the server or if the info is unknown.
The room the player is leaving.
This may be NULL if the player is just entering the server or if the info is unknown.
1.5.1