IsQuestItem

From the Fallout3 GECK Wiki
Revision as of 16:52, 15 April 2014 by imported>Odessa (Created page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the New Vegas Script Extender.

Description

Returns true if the specified object is marked as a quest item. May also be called on a reference. Added by NVSE V1.1.

Syntax

[help]
(bool) reference.IsQuestItem Item:Object

Example

if IsQuestItem SomePlayerItem
    ; Don't remove it from the player
endif

See Also