Difference between revisions of "IsInCriticalStage"
Jump to navigation
Jump to search
imported>Kkuhlmann |
imported>Ez0n3 m |
||
(3 intermediate revisions by 2 users not shown) | |||
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: | |||
**None | |||
**GooStart | |||
**GooEnd | |||
**DisintegrateStart | |||
**DisintegrateEnd | |||
== | ==See Also== | ||
*[[SetCriticalStage]] | |||
[[SetCriticalStage]] | |||
[[Category:Functions]] | [[Category:Functions]] | ||
[[Category:Functions (GECK 1.1)]] |
Latest revision as of 04:34, 15 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