18 December 2014
terse
notification.terse (Notifications) | |
---|---|
Type | Corrade progressive notification |
Notification | terse |
Data | type , id , entity , position , rotation |
Structure | TerseObjectUpdateEventArgs |
Description | Avatar and object updates. |
Commands | None. |
Last Changes | Release 7.31 - added the terse notification. |
Data | Description |
---|---|
type | The type of the notification. |
id | The UUID of the avatar or object. |
entity | The type of update, can be one of the PCode enumeration fields. |
position | The new position. |
rotation | The new rotation. |
terse
notification will pick up a lot of data such that it may be fired even several times per second. Unless you intend to track every single object and avatar in Corrade's range in real time, it is advised to disable this notification to spare your CPU cycles.