We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 394c36d commit 38f5dd8Copy full SHA for 38f5dd8
docs/src/ScriptPipeline/pipeline.md
@@ -19,17 +19,20 @@ Script loading is handled by the following state machines:
19
```mermaid
20
graph TD;
21
A[Loading Initialized]
22
- B[Reloading Initialized \n Enter: OnReloaded callback]
+ B[Reloading Initialized
23
+Enter: OnReloaded callback]
24
25
A --[ new context ]--> C
26
B --[ existing context]--> C
- C[Context Assigned \n Enter: OnReloaded + OnLoaded callbacks]
27
+ C[Context Assigned
28
+Enter: OnReloaded + OnLoaded callbacks]
29
30
C --> D
31
32
D[Loading Completed]
33
- E[Unloading Initialized \n Enter: OnUnloaded callback]
34
+ E[Unloading Initialized
35
+Enter: OnUnloaded callback]
36
F[Context Removed]
37
G[Resident Removed]
38
E --[Last resident]--> F
0 commit comments