As you can see, OnHit has one parameter: ActorID, which is "Who hits the scripted object". The page claims OnHit will work without ActorID, and the script will trigger whenever it is hit by anything.
What I want is a way to get that ActorID there. I want it so whenever the scripted object is hit, the script returns a reference to the Actor that hits it
Simply put, I want to know who hits the object, by using OnHit. Is it possible? If so, how?