27 March 2017
entity
and region parameter for various sound events.25 February 2017
sound (Notifications) | |
---|---|
Type | Corrade progressive notification |
Notification | sound |
Data | type , gain , owner , item , parent , position , region , asset |
Structure | SoundTriggerEventArgs, AttachedSoundEventArgs, AttachedSoundGainChangeEventArgs |
Description | Sounds being triggered by scripts. |
Commands | None. |
Last Changes | Release 9.154 - added. |
Data | Description |
---|---|
type | The type of the notification. |
entity | Set to trigger for script-triggered sounds, attached for attached sound triggers or gain for sound volume changes. |
item | The UUID of the object triggering the sound. |
owner | The owner of the object triggering the sound. |
region | The region where the sound was triggered. |
asset | The asset UUID of the sound. |
gain | The sound level requested. |
parent | The UUID of the parent object (in case the object is a primitive). |
position | The position of the triggered sound. |
Data | Description |
---|---|
type | The type of the notification. |
entity | Set to trigger for script-triggered sounds, attached for attached sound triggers or gain for sound volume changes. |
item | The UUID of the object triggering the sound. |
owner | The owner of the object triggering the sound. |
region | The region where the sound was triggered. |
asset | The asset UUID of the sound. |
gain | The sound level requested. |
flags | The SoundFlags |
Data | Description |
---|---|
type | The type of the notification. |
entity | Set to trigger for script-triggered sounds, attached for attached sound triggers or gain for sound volume changes. |
item | The UUID of the object triggering the sound. |
region | The region where the sound was triggered. |