IsQuestItem
Revision as of 05:49, 31 May 2014 by imported>Odessa (clarified)
< [[::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. Added by NVSE V1.1.
Syntax
(bool) IsQuestItem Item:Object
Example
if IsQuestItem SomePlayerItem ; Don't remove it from the player endif