GGZRoomChangeEventData Struct Reference

The data associated with GGZ_ROOM_ENTER/GGZ_ROOM_LEAVE events. More...

#include <ggzcore.h>


Data Fields

const char * player_name
 The name of the player entering/leaving.
int rooms_known
GGZRoomto_room
 The room we are entering.
GGZRoomfrom_room
 The room the player is leaving.


Detailed Description

The data associated with GGZ_ROOM_ENTER/GGZ_ROOM_LEAVE events.


Field Documentation

GGZRoom* GGZRoomChangeEventData::to_room

The room we are entering.

This may be NULL if the player is leaving the server or if the info is unknown.

GGZRoom* GGZRoomChangeEventData::from_room

The room the player is leaving.

This may be NULL if the player is just entering the server or if the info is unknown.


The documentation for this struct was generated from the following file:
Generated on Fri Nov 30 14:59:03 2007 for GGZCore by  doxygen 1.5.1