Difference between revisions of "GetOpenState"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Bnesmith
imported>Vswe
m (Added Search Terms)
 
Line 23: Line 23:
[[Category: Miscellaneous Functions]]
[[Category: Miscellaneous Functions]]
[[Category: Miscellaneous Functions (CS 1.0)]]
[[Category: Miscellaneous Functions (CS 1.0)]]
<!-- Begin Search Terms
Get
Open
State
End Search Terms -->

Latest revision as of 09:06, 20 June 2008

Syntax:

GetOpenState 

Gets the open state of an animating door. Return values:

0 = none (not a door)
1 = open
2 = opening
3 = closed
4 = closing


Note: These values are NOT the same as those used by SetOpenState

See Also[edit | edit source]

SetOpenState