- Found in:
- Dylbills PE
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
FormSoundOrDescriptor
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