Background for Skyrim SE
Member of the DbSkseFunctions script
boolfunctionSetAliasQuestObjectFlag(AliasakAlias, boolset)NativeGlobal

Description

Documentation Comment

Sets or clears the Quest Object flag for the akAlias. Returns true if successful


Caveats


Parameters

AliasakAlias

boolset


Examples

Auto-Generated Example

Alias myAlias__akAlias
bool myBool__set

bool returnedValue = DbSkseFunctions.SetAliasQuestObjectFlag(myAlias__akAlias, myBool__set)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.