- Found in:
- PO3's PE
voidfunctionSetMagicEffectSound(MagicEffectakMagicEffect, SoundDescriptorakSoundDescriptor, intaiType)NativeGlobal
Description
GitHub Wiki Description (PO3's PE)
- Sets sound descriptor attached to index of Sound type specified in magic effect.
Caveats
Parameters
Examples
Auto-Generated Example
MagicEffect myMagicEffect__akMagicEffect
SoundDescriptor mySoundDescriptor__akSoundDescriptor
int myInt__aiType
PO3_SKSEFunctions.SetMagicEffectSound(myMagicEffect__akMagicEffect, mySoundDescriptor__akSoundDescriptor, myInt__aiType)Additional References
View this function on the GitHub Wiki for powerofthree's Papyrus Extender
