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