Difference between revisions of "IsFurniture"

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


'''Syntax:'''
'''Syntax:'''
  [''ObjectID.'']IsFurniture
  IsFurniture [''ObjectID'']


Must be called on a reference. Returns true if calling object is classed as furniture.
Returns true if the passed object id is classed as furniture.
 
[''ref.'']IsFurniture
 
Returns true if calling object is classed as furniture.


[[Category: OBSE Functions]]
[[Category: OBSE Functions]]
[[Category: OBSE Item Functions]]
[[Category: OBSE Item Functions]]
[[Category: OBSE Reference Functions]]
[[Category: OBSE Reference Functions]]

Revision as of 15:09, 19 August 2006

A command for Oblivion Script Extender

Syntax:

IsFurniture [ObjectID]

Returns true if the passed object id is classed as furniture.

[ref.]IsFurniture

Returns true if calling object is classed as furniture.