Description
Wiki Description
Checks if this object is considered a quest item.
Documentation Comment
Returns if this is a quest item or not
Caveats
Examples
; Is the egg a quest item?
if DeathclawEgg.IsQuestItem()
Debug.Trace("Egg is a quest item - we better not get rid of it")
endIfAuto-Generated Example
bool returnedValue = myObjectReference__toCallFunctionOn.IsQuestItem()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
