Difference between revisions of "GetOpenState"
Jump to navigation
Jump to search
imported>Haama (Category links) |
|||
Line 15: | Line 15: | ||
[[Category: Functions]] | [[Category: Functions]] | ||
[[Category: Functions (CS 1.0)]] | |||
[[Category: Condition Functions]] | |||
[[Category: Condition Functions (CS 1.0)]] | |||
[[Category: Miscellaneous Functions]] | [[Category: Miscellaneous Functions]] | ||
[[Category: | [[Category: Miscellaneous Functions (CS 1.0)]] |
Revision as of 23:26, 6 July 2007
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