Background for Fallout 4
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 Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.