Difference between revisions of "GetOpenState"
Jump to navigation
Jump to search
Copied info, used the template for functions
imported>Geckbot m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1))) |
imported>PoHa! (Copied info, used the template for functions) |
||
Line 1: | Line 1: | ||
{{ | {{Function | ||
|CSWikiPage = GetOpenState | |||
|origin = GECK1 | |||
|summary = Gets the open state of an animating door | |||
|name = GetOpenState | |||
|returnVal = 0, 1, 2, 3, 4 | |||
|returnType = int | |||
|referenceType = [Door] | |||
|example = <pre>ShackDoor.GetOpenState</pre> | |||
Will return the state of the shack door | |||
}} | |||
==Notes== | |||
*The following correspond to the state of the door: | |||
<pre> | |||
0 = none (not a door) | |||
1 = open | |||
2 = opening | |||
3 = closed | |||
4 = closing | |||
</pre> | |||
*Note that these states do NOT correspond to those of [[SetOpenState]] | |||
==See Also== | |||
*[[SetOpenState]] | |||
[[Category:Functions]] | [[Category:Functions]] | ||
[[Category:Functions (GECK 1.1)]] | [[Category:Functions (GECK 1.1)]] |