on collision_error_detail

From Arx Libertatis Wiki
Revision as of 16:42, 22 June 2022 by Ds (talk | contribs) (Created page with "{{ScriptEventPage |sender=the colliding entity |target=the caller |trigger=for every entity occupying the same space when re-enabling collisions using {{Command|collision|on}} |async=1 }} This event is sent for every colliding entity followed by a single {{Event|collision_error}} event.")
(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.