Difference between revisions of "IsDoor"

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.'']IsDoor
  IsDoor [''ObjectID'']


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


[[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:08, 19 August 2006

A command for Oblivion Script Extender

Syntax:

IsDoor [ObjectID]

Returns true if the passed object id is classed as a door.

[ref.]IsDoor

Returns true if calling object is classed as a door.