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.crossing (Notifications) | |
---|---|
Type | Corrade progressive notification |
Notification | crossing |
Data | type , old , new , action |
Structure | SimChangedEventArgs for action=changed and RegionCrossedEventArgs for action=crossed |
Description | Corrade crossing region boundaries. |
Commands | None. |
Last Changes | 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 | 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 |