Avatars

29 April 2015

  • Release 7.114 - split the radar notification into avatars and primitives notifications.

<data Notifications> Type: Corrade progressive notification Notification[wiki]: avatars Data[wiki]: type, id, entity, position, rotation, action, Structure[wiki]: AvatarUpdateEventArgs for action=appear and KillObjectEventArgs for action=vanish Description[wiki]: Avatars appearing and disappearing in Corrade's range. Commands[wiki]: None. Last Changes[wiki]: Release 7.114 - split the radar notification into avatars and primitives notifications. </data>

Data Description
type The type of the notification.
id The UUID of the avatar.
entity The type of update, can be one of the PCode enumeration fields.
position The avatar's position.
rotation The avatar's rotation.
action Either appear in case the avatar appeared in-range or vanish in case the avatar disappeared from Corrade's range.

Notes