Background for Skyrim SE
Member of the PO3_SKSEFunctions script
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

stringasModName

Keyword[]akKeywords=NONE

boolabIsPlayable=false


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

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.