AW EVENT WORLD CAV DEFINITION CHANGE

From ActiveWiki
Revision as of 14:30, 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_WORLD_CAV_DEFINITION_CHANGE

Description

Custom world avatar definition of a user has changed.

Notes

The event is sent to all users that may see the affected avatar.

Note that while custom avatars are managed at the universe level, this event comes from the world server.

Attributes

AW_CAV_CITIZEN
AW_CAV_SESSION

Usage

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

aw_event_set (AW_EVENT_WORLD_CAV_DEFINITION_CHANGE, handle_world_cav_definition_change);

Triggered by

See also