Execute OnDamage from other Object

MarkusKer

Member
Hello,

i read throught the documentation and was able to deal damage woth the "health.Damage(10)" method.
But this dows not seem to trigger the damage visualization ability. I figured that this ability only gets triggered in connection with the OnDamage function.

How can i deal damage to the object and trigger the visualization?

Regards,
Markus
 
Damage(0) doesn't contain a force so it won't trigger the visualization. You'll need to use the overloaded Damage method.
 
Top