IsQuestItem - ObjectReference

Revision as of 15:45, 3 March 2016 by imported>Plplecuyer (Created page with "Category:Scripting Category:Papyrus Category:Inventory-safe Papyrus Functions '''Member of:''' ObjectReference Script Checks if this object is considered a quest...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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