mirror of
https://github.com/ArnoldSmith86/virtualtabletop.git
synced 2026-03-02 22:57:02 -05:00
New routine: exitRoutine #878
Labels
No labels
PCIO compatibility
Validator
automated testing
bug
documentation
duplicate
editor
enhancement
enhancement
library
library
maintenance
needs legacy server
pile related
reported client crash
routine operations
user interface
widget properties
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/virtualtabletop#878
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @96LawDawg on GitHub (Apr 2, 2025).
We will never be able to fix
leaveRoutine. We could start over with a new routine such asexitRoutinethat would work as expected. In other words, it would only trigger one time, it would not trigger for shadows, etc.@96LawDawg commented on GitHub (Apr 3, 2025):
Timing of the single trigger: should be when the widget leaves the holder, not when it is picked up. Currently, that is the reason why
leaveRoutinetriggers twice: once when it is picked up (and loses its parent) and once when it leaves the holder.exitRoutineshould trigger only when it leaves the boundaries of the holder.@96LawDawg commented on GitHub (Jun 5, 2025):
Related to #614. The
exitRoutinewould not be needed when we get the Legacy Mode PR finished.