AW EVENT CAV DEFINITION CHANGE

From ActiveWiki
Revision as of 14:31, 16 November 2008 by Macavity (talk | contribs) (Cleanup)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Minimum requirements
Added in version 4.2
SDKbuild 70


AW_EVENT_CAV_DEFINITION_CHANGE

Description

Custom universe avatar definition of a user has changed.

Notes

This event is only triggered by users who are in the same world as the bot instance. It is not necessary to establish an avatar presence in the world to receive it.

Attributes

AW_CAV_CITIZEN
AW_CAV_SESSION

Usage

void handle_cav_definition_change (void)
{
  printf ("Custom universe avatar changed for citizen=%d session=%d\n",
          aw_int (AW_CAV_CITIZEN),
          aw_int (AW_CAV_SESSION));
}

aw_event_set (AW_EVENT_CAV_DEFINITION_CHANGE, handle_cav_definition_change);

Triggered by

See also