This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.

GetKnockedState

From the Oblivion ConstructionSet Wiki
Revision as of 19:33, 19 February 2011 by imported>ZuTheSkunk (PushActorAway oddity)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Syntax:

 [ActorID.]GetKnockedState

Returns actor's current knocked state:

0 = normal
1 = knocked out
2 = knocked down

"Knocked out" includes: 1) unconscious essential actor, 2) paralyzed actor, and 3) negative fatigue knockout.

Notes:[edit | edit source]

  • This function will return 0 if called on actors knocked down by PushActorAway command.