Difference between revisions of "IsHiddenDoor"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>QQuix
(New page)
 
imported>QQuix
(Added "Door functions" to categories and see also)
 
Line 15: Line 15:
}}
}}


[[Category:Functions]]  
==See Also==
[[Category:Functions (OBSE)]]  
* [[:Category:Door Functions|Door Functions]]
 
 
[[Category:Functions]]
[[Category:Functions (OBSE)]]
[[Category:Functions (OBSE v0020)]]
[[Category:Functions (OBSE v0020)]]
[[Category:Door Functions]]

Latest revision as of 06:49, 9 March 2013

< [[::Category:Functions|Category:Functions]]

A function added by the Oblivion Script Extender.

Syntax:

(isHidden:bool) reference.IsHiddenDoor door:ref

Returns 1 if the "hidden" flag is set for the door.


See Also