- Found in:
- Dylbills PE
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)