Background for Skyrim SE
Member of the PO3_SKSEFunctions script
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

MagicEffectakMagicEffect

SoundDescriptorakSoundDescriptor

intaiType


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

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.