Page MenuHomeFeedback Tracker

SCR_DamangeManagerComponent::Kill missing param
Closed, ResolvedPublic

Description

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.

Details

Severity
Minor
Resolution
Open
Reproducibility
N/A
Operating System
Windows 7
Category
General

Event Timeline

broman created this task.Jun 1 2022, 2:17 AM
zGuba added a subscriber: zGuba.Jun 1 2022, 4:54 PM

This is intended, the Kill function only expects True damage type as otherwise the death is not guaranteed due to damage handling - thresholds, multipliers etc.

Geez closed this task as Resolved.Jun 1 2022, 5:36 PM
Geez claimed this task.