#include <ggzcore.h>
Data Fields | |
| GGZChatType | type |
| const char * | sender |
| const char * | message |
| GGZChatType GGZChatEventData::type |
The type of chat.
| const char* GGZChatEventData::sender |
The person who sent the message, or NULL
| const char* GGZChatEventData::message |
The message itself (in UTF-8), or NULL
1.5.1