On this pageIDamageSource.actorpublic Actor actor { get; }CopyDescription#Gets the actor dealing damageUsage#Exampleusing NullSave.GDTKusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(IDamageSource target) { Actor result = target.actor; } }Copy