Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manual Content: Clarify information about the event order #208

Closed
YYBartT opened this issue Nov 4, 2024 · 0 comments
Closed

Manual Content: Clarify information about the event order #208

YYBartT opened this issue Nov 4, 2024 · 0 comments
Assignees
Milestone

Comments

@YYBartT
Copy link
Collaborator

YYBartT commented Nov 4, 2024

Original helpdesk ticket: 207420

Add two clarifications to the manual about event order:

  1. A clarification on the order of creating instances between layers: indeterminate or from max-depth to min-depth layer. If layers are created in order, are they created in order regardless of the type (i.e. background layer > instance layer > background layer (foreground) > ...)? Can instances on a layer that's created after another one access information on layers created before that layer? Etc.

  2. A clarification that instance creation order doesn't guarantee execution order within the same event (verify if this is the way it works). I.e. if one instance is created before another one it may not mean it runs its Step event, Room Start event, Draw event, etc. before the other instance as well. Refer to Room Creation Code and Room Start event as alternatives.

@stuckie stuckie moved this from Triage to Backlog in Team Workload Nov 5, 2024
YYBartT added a commit that referenced this issue Nov 27, 2024
#208

* Event Order page:
  * Removed incorrect note under "Upon Entering a Room" (Instance Creation Order list is the only place that determines order of instance creation)
  * Added that execution order within an event may not correspond to instance creation order
* Moved the short description of the Instance Creation Order window to its own snippet as the same description is on two pages
* A couple of typo fixes
@YYBartT YYBartT closed this as completed Nov 27, 2024
@github-project-automation github-project-automation bot moved this from Backlog to Done in Team Workload Nov 27, 2024
@YYBartT YYBartT moved this from Done to Ready for QA in Team Workload Nov 27, 2024
@YYBartT YYBartT added this to the 2024.11 milestone Dec 16, 2024
@YYDan YYDan changed the title Clarify information about the event order Manual Content: Clarify information about the event order Dec 16, 2024
@mgeddesGM mgeddesGM self-assigned this Dec 16, 2024
@mgeddesGM mgeddesGM moved this from Ready for QA to Verified in Team Workload Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Verified
Development

No branches or pull requests

2 participants