GTA V NativesentityEntity::hasBeenDamagedByOn this pageEntity::hasBeenDamagedByEntity 1 = Victim Entity 2 = Attacker p2 seems to always be 1 Syntax ```js entity.hasBeenDamagedBy(entity2, p2); ``` Required Arguments entity2: Entity handle or object p2: Boolean Return value Boolean Example ```js // todo ``` See also