- Found in:
- PO3's PE
Description
GitHub Wiki Description (PO3's PE)
- Get name of the mod the form originates from (or was last modified by)
Caveats
Parameters
FormakForm
boolabLastModified
Examples
Auto-Generated Example
Form myForm__akForm
bool myBool__abLastModified
string returnedValue = PO3_SKSEFunctions.GetFormModName(myForm__akForm, myBool__abLastModified)Additional References
View this function on the GitHub Wiki for powerofthree's Papyrus Extender
