Background for Skyrim SE
Member of the DbSkseFunctions script
eventOnSoundFinish(FormSoundOrDescriptor, intinstanceID)

Description

Documentation Comment

sends the sound or soundDescriptor played and the instanceID
only works for sounds played from PlaySound or PlaySoundDescriptor from this script


Parameters

  1. FormSoundOrDescriptor

  2. intinstanceID


Examples

Auto-Generated Example

Scriptname MyCoolScript extends DbSkseFunctions

event OnSoundFinish(Form SoundOrDescriptor, int instanceID)
    Debug.trace("Event received - OnSoundFinish: SoundOrDescriptor = " + SoundOrDescriptor + " instanceID = " + instanceID)
endEvent
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.