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
Examples
; Have we killed 10 archers?
if (ArcherBase.GetDeadCount() >= 10)
Debug.Trace("10 or more archers are dead")
endIfAuto-Generated Example
int returnedValue = myActorBase__toCallFunctionOn.GetDeadCount()