Entity:GetTouchTrace
Description
Returns the last trace used in the collision callbacks such as ENTITY:StartTouch, ENTITY:Touch and ENTITY:EndTouch.
This returns the last collision trace used, regardless of the entity that caused it. As such, it's only reliable when used in the hooks mentioned above
Returns
Example
Dispatches an explosion at the point of impact with another entity.