Difference between revisions of "IsInCriticalStage"

From the Fallout3 GECK Wiki
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:
=='''Description'''==
{{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
}}


'''IsInCriticalStage''' returns 1 if the reference is in the specified critical effect stage.
==Notes==
 
=='''Syntax'''==
 
IsInCriticalStage eCritStage
 
=='''Examples'''==
 
IsInCriticalStage GooStart
 
=='''Notes'''==
eCritStage values are:
eCritStage values are:
* None
* None
Line 19: Line 20:
* DisintegrateEnd
* DisintegrateEnd


=='''See Also'''==
==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

[help]
(0, 1:int) IsInCriticalStage eCritStage

Example

IsInCriticalStage GooStart

Notes

eCritStage values are:

  • None
  • GooStart
  • GooEnd
  • DisintegrateStart
  • DisintegrateEnd

See Also