I would like to be able to determine how hard an impact between 2 entities is. I can tell if they collide with EVENT_ENTITY but not how hard the collision is.
I thought I may be able to use the magnitude of the bounce vector but this always appears to be 0,0,0.