Difference between revisions of "IsQuestItem"
Jump to navigation
Jump to search
clarified
imported>Odessa (Created page) |
imported>Odessa (clarified) |
||
Line 1: | Line 1: | ||
{{Function | {{Function | ||
|origin = NVSE | |origin = NVSE | ||
|summary = Returns true if the specified object is marked as a quest item | |summary = Returns true if the specified object is marked as a quest item. Added by NVSE V1.1. | ||
|name = IsQuestItem | |name = IsQuestItem | ||
|returnType = bool | |returnType = bool | ||
Line 8: | Line 8: | ||
|Type = Object | |Type = Object | ||
}} | }} | ||
|referenceType = | |referenceType = | ||
|example = if IsQuestItem SomePlayerItem | |example = if IsQuestItem SomePlayerItem | ||
; Don't remove it from the player | ; Don't remove it from the player |