Difference between revisions of "IsInCriticalStage"
Jump to navigation
Jump to search
imported>Geckbot m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1))) |
imported>Ez0n3 |
||
Line 1: | Line 1: | ||
== | {{Function | ||
|origin = GECK1 | |||
|summary = Returns 1 if the reference is in the specified critical effect stage. | |||
|name = IsInCriticalStage | |||
|returnVal = 0, 1 | |||
|returnType = int | |||
|arguments = | |||
{{FunctionArgument | |||
|Name = eCritStage | |||
}} | |||
|example = IsInCriticalStage GooStart | |||
}} | |||
==Notes== | |||
== | |||
eCritStage values are: | eCritStage values are: | ||
* None | * None | ||
Line 19: | Line 20: | ||
* DisintegrateEnd | * DisintegrateEnd | ||
== | ==See Also== | ||
[[SetCriticalStage]] | *[[SetCriticalStage]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
[[Category:Functions (GECK 1.1)]] | [[Category:Functions (GECK 1.1)]] |
Revision as of 09:33, 11 January 2011
< [[::Category:Functions|Category:Functions]]
A function included in the GECK version 1.1.0.36.
Description
Returns 1 if the reference is in the specified critical effect stage.
Syntax
(0, 1:int) IsInCriticalStage eCritStage
Example
IsInCriticalStage GooStart
Notes
eCritStage values are:
- None
- GooStart
- GooEnd
- DisintegrateStart
- DisintegrateEnd