Difference between revisions of "IsFurniture"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>DragoonWraith
(OBSE)
 
imported>WereWolf
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:


'''Syntax:'''
'''Syntax:'''
  [''ObjectID.'']IsFurniture
  (isFurniture:bool) reference.IsFurniture objectID:ref


Must be called on a reference. Returns true if calling object is classed as furniture.
Returns whether the calling reference or passed objectID is furniture.


[[Category: OBSE Functions]]
<!--[[Category: OBSE Functions]]
[[Category: OBSE Item Functions]]
[[Category: OBSE Item Functions]]
[[Category: OBSE Reference Functions]]
[[Category: OBSE Reference Functions]]-->
 
[[Category: Functions]]
[[Category: Functions (OBSE)]]
[[Category: Miscellaneous Functions]]
[[Category: Miscellaneous Functions (OBSE)]]

Latest revision as of 03:47, 15 September 2007

A command for Oblivion Script Extender

Syntax:

(isFurniture:bool) reference.IsFurniture objectID:ref

Returns whether the calling reference or passed objectID is furniture.