Difference between revisions of "IsQuestItem"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>WereWolf
(New page: A command for Oblivion Script Extender Returns whether the type is a quest item. '''Syntax:''' (isQuestItem:bool) ''reference.''IsQuestItem ''obje...)
 
imported>Qazaaq
m (Reverted edits by D2k204 (Talk); changed back to last version by WereWolf)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]]
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]]
Returns whether the type is a quest item.


'''Syntax:'''
'''Syntax:'''
  (isQuestItem:bool) ''reference.''IsQuestItem ''objectID:ref''
  (isQuestItem:bool) ''reference.''IsQuestItem ''objectID:ref''
Returns whether the type is a quest item.


==See Also==
==See Also==
Line 13: Line 13:
[[Category:Inventory Functions]]
[[Category:Inventory Functions]]
[[Category:Inventory Functions (OBSE)]]
[[Category:Inventory Functions (OBSE)]]
[[Category:Condition Functions]]
[[Category:Condition Functions (OBSE)]]

Latest revision as of 14:10, 24 October 2009

A command for Oblivion Script Extender

Syntax:

(isQuestItem:bool) reference.IsQuestItem objectID:ref

Returns whether the type is a quest item.

See Also[edit | edit source]