Background for Skyrim SE
Member of the PO3_SKSEFunctions script
Form[]functionGetContentFromLeveledSpell(LeveledSpellakLeveledSpell, ObjectReferenceakRef)NativeGlobal

Description

GitHub Wiki Description (PO3's PE)

  • Same as above but for leveled spells

Caveats


Parameters

LeveledSpellakLeveledSpell

ObjectReferenceakRef


Examples

Auto-Generated Example

LeveledSpell myLeveledSpell__akLeveledSpell
ObjectReference myObjectReference__akRef

Form[] returnedValue = PO3_SKSEFunctions.GetContentFromLeveledSpell(myLeveledSpell__akLeveledSpell, myObjectReference__akRef)

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.