Background for Skyrim SE
Member of the PO3_SKSEFunctions script
boolfunctionIsScriptAttachedToAlias(AliasakAlias, stringasScriptName)NativeGlobal

Description

GitHub Wiki Description (PO3's PE)

  • Returns whether the form has script attached. If scriptName is empty, it will return if the alias has any non-base scripts attached

Caveats


Parameters

AliasakAlias

stringasScriptName


Examples

Auto-Generated Example

Alias myAlias__akAlias
string myString__asScriptName

bool returnedValue = PO3_SKSEFunctions.IsScriptAttachedToAlias(myAlias__akAlias, myString__asScriptName)

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.