Difference between revisions of "GetOpenState"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Fella
imported>Bnesmith
Line 9: Line 9:
:4 = closing  
:4 = closing  


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


==See Also==  
==See Also==  

Revision as of 10:23, 8 April 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

SetOpenState