Background for Skyrim SE
Member of the PO3_SKSEFunctions script
SoundDescriptorfunctionGetMagicEffectSound(MagicEffectakMagicEffect, intaiType)NativeGlobal

Description

GitHub Wiki Description (PO3's PE)

TypeIndex
Draw/Sheathe0
Charge1
Ready2
Release3
Concentration Cast Loop4
On Hit5
  • Gets Sound attached to index of Sound type specified in magic effect.

Parameters

  1. MagicEffectakMagicEffect

  2. intaiType


Examples

Auto-Generated Example

MagicEffect myMagicEffect__akMagicEffect
int myInt__aiType

SoundDescriptor returnedValue = PO3_SKSEFunctions.GetMagicEffectSound(myMagicEffect__akMagicEffect, 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.