SetCriticalStage

From the Fallout3 GECK Wiki
Jump to navigation Jump to search

Description[edit | edit source]

SetCriticalStage sets the reference to be in the given critical stage and applies its effects.

Syntax[edit | edit source]

SetCriticalStage eCritStage

Examples[edit | edit source]

SetCriticalStage GooStart

Notes[edit | edit source]

eCritStage values are:

  • None
  • GooStart -- change constraints in the ragdoll
  • GooEnd -- take ref out of the water system, cull its 3D, and remove its havok data from the world
  • DisintegrateStart -- change constraints in the ragdoll
  • DisintegrateEnd -- take ref out of the water system, cull its 3D, and remove its havok data from the world

See Also[edit | edit source]

IsInCriticalStage