- Found in:
- PO3's PE
Spell[]functionGetAllSpellsInMod(stringasModName, Keyword[]akKeywords=NONE, boolabIsPlayable=false)NativeGlobal
Description
GitHub Wiki Description (PO3's PE)
- Gets all spells added by a specified mod/game esm, filtered using optional keyword array.
Caveats
Parameters
Examples
Auto-Generated Example
string myString__asModName
Keyword[] myKeywordArray__akKeywords
bool myBool__abIsPlayable
Spell[] returnedValue = PO3_SKSEFunctions.GetAllSpellsInMod(myString__asModName, myKeywordArray__akKeywords, myBool__abIsPlayable)Additional References
View this function on the GitHub Wiki for powerofthree's Papyrus Extender
