Background for Skyrim SE
Member of the PO3_SKSEFunctions script
Form[]functionGetAllFormsInMod(stringasModName, intaiFormType, Keyword[]akKeywords=NONE)NativeGlobal

Description

GitHub Wiki Description (PO3's PE)

  • Gets all forms added by a specified mod/game esm, filtered using formtype and optional keyword array.

Caveats


Parameters

stringasModName

intaiFormType

Keyword[]akKeywords=NONE


Examples

Auto-Generated Example

string myString__asModName
int myInt__aiFormType
Keyword[] myKeywordArray__akKeywords

Form[] returnedValue = PO3_SKSEFunctions.GetAllFormsInMod(myString__asModName, myInt__aiFormType, myKeywordArray__akKeywords)

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.