SCR_DamageManagerComponent.c, L21-25:
/*! Neutralize the entity with a specific damage type, registering the killer entity. \param instigator Source of the damage \param damageType Damage type */ void Kill(IEntity instigator = null)
The damage type parameter is missing here.