- Found in:
- Dylbills PE
ReferenceAlias[]functionGetAllRefAliasesWithScriptAttached(stringsScriptName, boolonlyQuestObjects=false, boolonlyFilled=false)NativeGlobal
Caveats
Parameters
stringsScriptName
boolonlyQuestObjects=false
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)