IsInCriticalStage

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

Returns 1 if the reference is in the specified critical effect stage.

Syntax

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

Example

IsInCriticalStage GooStart 

Notes

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

See Also