Background for Skyrim SE
Member of the DbSkseFunctions script
ReferenceAlias[]functionGetAllRefAliasesWithScriptAttached(stringsScriptName, boolonlyQuestObjects=false, boolonlyFilled=false)NativeGlobal


Parameters

  1. stringsScriptName

  2. boolonlyQuestObjects=false

  3. boolonlyFilled=false


Examples

Auto-Generated Example

string myString__sScriptName
bool myBool__onlyQuestObjects
bool myBool__onlyFilled

ReferenceAlias[] returnedValue = DbSkseFunctions.GetAllRefAliasesWithScriptAttached(myString__sScriptName, myBool__onlyQuestObjects, myBool__onlyFilled)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.