Avatars

29 April 2015

  • Release 7.114 - split the radar notification into avatars and primitives notifications.
avatars (Notifications)
TypeCorrade progressive notification
Notificationavatars
Datatype, id, entity, position, rotation, action,
StructureAvatarUpdateEventArgs for action=appear and KillObjectEventArgs for action=vanish
DescriptionAvatars appearing and disappearing in Corrade's range.
CommandsNone.
Last ChangesRelease 7.114 - split the radar notification into avatars and primitives notifications.
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