Background for Skyrim SE
Member of the Actor script
voidfunctionSetCriticalStage(intaiStage)Native

[DEV SERVER] Loading description...


Caveats


Parameters

intaiStage

CK Wiki Description

The critical stage to set it to. The following values are acceptable (properties are read-only and exist in the actor script):* CritStage_None (0) - No critical stage

  • CritStage_GooStart (1) - Start of the goo effect
  • CritStage_GooEnd (2) - End of the goo effect (removes object from the world)
  • CritStage_DisintegrateStart (3) - Start of the disintegrate effect
  • CritStage_DisintegrateEnd (4) - End of the disintegrate effect (removes object from the world)

Examples

; Tell skeleton to start disintigrating
Skeleton.SetCriticalStage(Skeleton.CritStage_DisintegrateStart)

Auto-Generated Example

int myInt__aiStage

myActor__toCallFunctionOn.SetCriticalStage(myInt__aiStage)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.