Skip to content

EntityDamage

huggins edited this page Apr 10, 2025 · 1 revision

Entity Damage

Describes the damaged appearance of an entity

enum class EEntityDamage : uint8
{
	NoDamage,
	SlightDamage,
	ModerateDamage,
	Destroyed
};

Values

Name Description
NoDamage
SlightDamage
ModerateDamage
Destroyed

Clone this wiki locally