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