26 March 2016
sit
notification.sit (Notifications) | |
---|---|
Type | Corrade progressive notification |
Notification | sit |
Data | type , agent , firstname , lastname , new , old |
Structure | AvatarSitChangedEventArgs |
Description | Avatars sitting and unsitting in connected regions. |
Commands | None. |
Last Changes | Release 9.55 - added the sit notification. |
Data | Description | |
---|---|---|
type | The type of the notification. | |
agent | The UUID of the agent sitting or unsitting. | |
firstname | The first name of the agent sitting or unsitting. | |
lastname | The last name of the agent sitting or unsitting. | |
old | The UUID of the previous primitive that the agent was sitting on. | |
new | The UUID of the new primitive that the agent is now sitting on. |
old
and new
parameters are generated on a best-effort basis by Corrade and based on the draw-distance (the Range
parameter in the Corrade configuration) such that the sit
notification might be reported with either old
or new
or both parameters missing. It is up to the user to send additional commands in case the old
and new
parameters are missing in order to determine the sitting primitive (might that involve either teleporting to the avatar reported by the sit
notification and then using commands that return avatar and primitive data, or otherwise).