On this pageAttackResult.damageAbsorbedpublic float damageAbsorbed { get; }CopyDescription#Gets the amount of damage absorbedUsage#Exampleusing NullSave.GDTKusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(AttackResult target) { float result = target.damageAbsorbed; } }Copy