AW CHAT MESSAGE

From ActiveWiki
Jump to navigation Jump to search


Minimum requirements
Added in version 2.1
SDKbuild 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);

Used by

See also