On this pageIAttackResult.attackHitpublic bool attackHit { get; }CopyDescription#Gets if the attack successfully hitUsage#Exampleusing NullSave.GDTKusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(IAttackResult target) { bool result = target.attackHit; } }Copy