Background for Skyrim SE
Member of the PO3_SKSEFunctions script
Spell[]functionGetAllSpells(Keyword[]akKeywords=NONE, boolabIsPlayable=false)NativeGlobal

Description

GitHub Wiki Description (PO3's PE)

  • Gets all spells from base game + mods, filtered using optional keyword array. IsPlayable filters out spells that are not found in spellbooks.

Caveats


Parameters

Keyword[]akKeywords=NONE

boolabIsPlayable=false


Examples

Auto-Generated Example

Keyword[] myKeywordArray__akKeywords
bool myBool__abIsPlayable

Spell[] returnedValue = PO3_SKSEFunctions.GetAllSpells(myKeywordArray__akKeywords, myBool__abIsPlayable)

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.