- Found in:
- PO3's PE
Description
GitHub Wiki Description (PO3's PE)
- Gets all forms from base game + mods, filtered using formtype and optional keyword array
Caveats
Parameters
intaiFormType
Keyword[]akKeywords=NONE
Examples
Auto-Generated Example
int myInt__aiFormType
Keyword[] myKeywordArray__akKeywords
Form[] returnedValue = PO3_SKSEFunctions.GetAllForms(myInt__aiFormType, myKeywordArray__akKeywords)Additional References
View this function on the GitHub Wiki for powerofthree's Papyrus Extender
