IsQuestItem - ObjectReference

Member of: ObjectReference Script

Checks if this object is considered a quest item.

SyntaxEdit

bool Function IsQuestItem() native

ParametersEdit

None.

Return ValueEdit

True if object is a quest item, false otherwise.

ExamplesEdit

; Is the egg a quest item?
if DeathclawEgg.IsQuestItem()
  Debug.Trace("Egg is a quest item - we better not get rid of it")
endIf

See AlsoEdit