- Found in:
- Dylbills PE
intfunctionPlaySoundDescriptor(SoundDescriptorakSoundDescriptor, ObjectReferenceakSource, floatvolume=1.0, FormeventReceiverForm=NONE, AliaseventReceiverAlias=NONE, ActiveMagicEffecteventReceiverActiveEffect=NONE)NativeGlobal
Caveats
Parameters
SoundDescriptorakSoundDescriptor
ObjectReferenceakSource
floatvolume=1.0
FormeventReceiverForm=NONE
AliaseventReceiverAlias=NONE
ActiveMagicEffecteventReceiverActiveEffect=NONE
Examples
Auto-Generated Example
SoundDescriptor mySoundDescriptor__akSoundDescriptor
ObjectReference myObjectReference__akSource
float myFloat__volume
Form myForm__eventReceiverForm
Alias myAlias__eventReceiverAlias
ActiveMagicEffect myActiveMagicEffect__eventReceiverActiveEffect
int returnedValue = DbSkseFunctions.PlaySoundDescriptor(mySoundDescriptor__akSoundDescriptor, myObjectReference__akSource, myFloat__volume, myForm__eventReceiverForm, myAlias__eventReceiverAlias, myActiveMagicEffect__eventReceiverActiveEffect)