21 December 2014
effect
notification now passes the value generic
to the action
key, point
on point-at and lookat
on lookat effects.effect (Notifications) | |
---|---|
Type | Corrade progressive notification |
Notification | effect |
Data | type , effect , source , target , position , duration , id , action , region |
Structure | ViewerEffectEventArgs for action=generic , ViewerEffectPointAtEventArgs for action=point and ViewerEffectLookAtEventArgs for action=look |
Description | Viewer effects that Corrade senses. |
Commands | None. |
Last Changes | Release 7.34 - the effect notification now passes the value generic to the action key, point on point-at and lookat on lookat effects. |
Data | Description |
---|---|
type | The type of the notification. |
effect | The viewer effect type. |
source | The source of the effect. |
target | The target of the effect. |
region | The region on which the effect occurred. |
position | The target position of the effect. |
duration | The duration of the effect. |
id | The effect UUID. |
action | Set to either generic for generic viewer effects, point for point-at effects and look for look-at effects. |