[ Server ] hook.Add( "Decent Vehicle: OnCollide", "", function( Entity self, table data ) end )
Called when the Decent Vehicle collides with something.
Entity self
Decent Vehicle itself.
table data
Table of collision data. See CollisionData Structure.
Prints part of CollisionData Structure when the Decent Vehicle collides.