on collision_error_detail
Jump to navigation
Jump to search
The collision_error_detail
script event is sent asynchronously by the colliding entity to the caller for every entity occupying the same space when re-enabling collisions using collision on
. This event never has any parameters.
This event is sent for every colliding entity followed by a single collision_error
event.
If collisions are not disabled for either entity then they are unlikely to be able to move without scripts teleporting them.