- Found in:
- PO3's PE
Description
GitHub Wiki Description (PO3's PE)
- returns whether the form has script attached. If scriptName is empty, it will return if the form has any non-base scripts attached
Caveats
Parameters
FormakForm
stringasScriptName
Examples
Auto-Generated Example
Form myForm__akForm
string myString__asScriptName
bool returnedValue = PO3_SKSEFunctions.IsScriptAttachedToForm(myForm__akForm, myString__asScriptName)Additional References
View this function on the GitHub Wiki for powerofthree's Papyrus Extender
