Difference between revisions of "IsApparatus"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>WereWolf
(New page: A command for Oblivion Script Extender Returns whether the object is an alchemy apparatus. '''Syntax:''' (isApparatus:bool) ''reference.''IsAppara...)
 
imported>WereWolf
 
(One intermediate revision by the same user 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 object is an alchemy apparatus.


'''Syntax:'''
'''Syntax:'''
  (isApparatus:bool) ''reference.''IsApparatus ''objectID:ref''
  (isApparatus:bool) ''reference.''IsApparatus ''objectID:ref''
Returns whether the object is an alchemy apparatus.


[[Category: Functions]]
[[Category: Functions]]
Line 10: Line 10:
[[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 12:15, 14 September 2007

A command for Oblivion Script Extender

Syntax:

(isApparatus:bool) reference.IsApparatus objectID:ref

Returns whether the object is an alchemy apparatus.