14 December 2014
collision
notification returns entity
instead of collision
as the key for the collision type.collision (Notifications) | |
---|---|
Type | Corrade progressive notification |
Notification | collision |
Data | type , aggressor , magnitde , time , entity , victim |
Structure | MeanCollisionEventArgs |
Description | Avatars or objects colliding with Corrade. |
Commands | None. |
Last Changes | Release 7.28 - the collision notification returns entity instead of collision as the key for the collision type. |
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. |