- Found in:
- PO3's PE
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
