Difference between revisions of "IsDoor"
Jump to navigation
Jump to search
imported>QnwOn8 m |
imported>WereWolf |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]] | |||
'''Syntax:''' | '''Syntax:''' | ||
IsDoor | (isDoor:bool) ''reference.''IsDoor ''objectID:ref'' | ||
Returns true if the passed | 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.