Difference between revisions of "IsDoor"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>DragoonWraith
(OBSE)
 
imported>WereWolf
 
(4 intermediate revisions by 4 users not shown)
Line 2: Line 2:


'''Syntax:'''
'''Syntax:'''
  [''ObjectID.'']IsDoor
  (isDoor:bool) ''reference.''IsDoor ''objectID:ref''


Must be called on a reference. Returns true if calling object is classed as a door.
Returns true if the calling reference or passed objectID is 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]]-->
[[Category: Functions]]
[[Category: Functions (OBSE)]]
[[Category: Miscellaneous Functions]]
[[Category: Miscellaneous Functions (OBSE)]]

Latest revision as of 03:46, 15 September 2007

A command for Oblivion Script Extender

Syntax:

(isDoor:bool) reference.IsDoor objectID:ref

Returns true if the calling reference or passed objectID is as a door.