21 December 2014
crossing
notification now also sends notifications on region changed (such as teleports) and sets action
to crossed
in case a region-cross occurred or sets action
to changed
in case of a teleport.
<data Notifications>
Type: Corrade progressive notification
Notification[wiki]: crossing
Data[wiki]: type
, old
, new
, action
Structure[wiki]: SimChangedEventArgs for action=changed
and RegionCrossedEventArgs for action=crossed
Description[wiki]: Corrade crossing region boundaries.
Commands[wiki]: None.
Last Changes[wiki]: Release 7.34 - the crossing
notification now also sends notifications on region changed (such as teleports) and sets action
to crossed
in case a region-cross occurred or sets action
to changed
in case of a teleport.
</data>
Data | Description |
---|---|
type | The type of the notification. |
old | The old simulator name. |
new | The new simulator name. |
action | When crossing from one simulator to the other, action will be set to crossed otherwise, action will be set to changed |