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

Description

Documentation Comment

Get all ReferenceAlias's in game.
if onlyQuestObjects is true, only gets ref alias's that have the Quest Object box checked
if onlyFilled is true, only gets ref alias's that are filled with a valid object reference.


Caveats


Parameters

boolonlyQuestObjects=false

boolonlyFilled=false


Examples

Auto-Generated Example

bool myBool__onlyQuestObjects
bool myBool__onlyFilled

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