AW CHAT MESSAGE
Jump to navigation
Jump to search
Minimum requirements | ||
---|---|---|
Added in version 2.1 | ||
SDK | build 13 |
AW_CHAT_MESSAGE
Type
String (read only)
Description
Contains the text of a chat message.
Usage
void handle_chat (void) { printf ("%s just said \"%s\"\n", aw_string (AW_AVATAR_NAME), aw_string (AW_CHAT_MESSAGE)); } aw_event_set (AW_EVENT_CHAT, handle_chat);