Difference between revisions of "IsInCriticalStage"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Kkuhlmann
 
imported>Ez0n3
m
 
(3 intermediate revisions by 2 users not shown)
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==
*eCritStage values are:
**None
**GooStart
**GooEnd
**DisintegrateStart
**DisintegrateEnd


=='''Syntax'''==
==See Also==
 
*[[SetCriticalStage]]
IsInCriticalStage eCritStage
 
=='''Examples'''==
 
IsInCriticalStage GooStart
 
=='''Notes'''==
eCritStage values are:
* None
* GooStart
* GooEnd
* DisintegrateStart
* DisintegrateEnd
 
=='''See Also'''==
[[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

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

Example

IsInCriticalStage GooStart

Notes

  • eCritStage values are:
    • None
    • GooStart
    • GooEnd
    • DisintegrateStart
    • DisintegrateEnd

See Also