SetCriticalStage

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

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

Syntax

[help]
ref.SetCriticalStage eCritStage:string

Example

SetCriticalStage GooStart 

Notes

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