Difference between revisions of "IsFurniture"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Behippo
(correct calling conventions)
imported>WereWolf
 
Line 2: Line 2:


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


Returns true if the passed object id is classed as furniture.
Returns whether the calling reference or passed objectID is furniture.


[''ref.'']IsFurniture
<!--[[Category: OBSE Functions]]
[[Category: OBSE Item Functions]]
[[Category: OBSE Reference Functions]]-->


Returns true if calling object is classed as furniture.
[[Category: Functions]]
 
[[Category: Functions (OBSE)]]
[[Category: OBSE Functions]]
[[Category: Miscellaneous Functions]]
[[Category: OBSE Item Functions]]
[[Category: Miscellaneous Functions (OBSE)]]
[[Category: OBSE Reference Functions]]

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.