Collision

14 December 2014

  • Release 7.28 - the collision notification returns entity instead of collision as the key for the collision type.

<data Notifications> Type: Corrade progressive notification Notification[wiki]: collision Data[wiki]: type, aggressor, magnitde, time, entity, victim Structure[wiki]: MeanCollisionEventArgs Description[wiki]: Avatars or objects colliding with Corrade. Commands[wiki]: None. Last Changes[wiki]: Release 7.28 - the collision notification returns entity instead of collision as the key for the collision type. </data>

Data Description
type The type of the notification.
aggressor The avatar or object UUID that collided with Corrade.
magnitude The magnitude of the collision.
time A long formatted date-time when the collision occurred.
entity The type of the collision.
victim The agent UUID that the object or avatar collided with.