Difference between revisions of "IsQuestItem"
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 |
||
(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]] | ||
'''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)]] | ||
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.