Background for Skyrim SE
Member of the ActorBase script
intfunctionGetDeadCount()Native

Description

Wiki Description

Obtains the number of actors using this actor base that are dead.

Documentation Comment

Gets the number of actors of this type that have been killed


Caveats


Examples

; Have we killed 10 archers?
if (ArcherBase.GetDeadCount() >= 10)
  Debug.Trace("10 or more archers are dead")
endIf

Auto-Generated Example

int returnedValue = myActorBase__toCallFunctionOn.GetDeadCount()

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.