on collision_error_detail

From Arx Libertatis Wiki
Revision as of 16:48, 22 June 2022 by Ds (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.