Background for Fallout 4
Member of the ObjectReference script
boolfunctionIsQuestItem()Native

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")
endIf

Auto-Generated Example

bool returnedValue = myObjectReference__toCallFunctionOn.IsQuestItem()

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.