Background for Skyrim SE
Member of the PO3_SKSEFunctions script
stringfunctionGetFormModName(FormakForm, boolabLastModified)NativeGlobal

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

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.