File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -46,3 +46,16 @@ drains and the ball is over.
46
46
11 . Otherwise the game mode's ` player_rotate() ` method is called.
47
47
48
48
12 . The game mode's ` player_turn_start() ` method is called.
49
+
50
+ ## Related Guides:
51
+
52
+ Flowchart: [ Ball Start Sequence] ( ball_start.md )
53
+
54
+ ## Related Events:
55
+
56
+ * [ Ball Lifecycle Events] ( ../events/ball_lifecycle/index.md )
57
+ * [ ball_drain] ( ../events/ball_drain.md ) * Relay Event*
58
+ * [ ball_will_end] ( ../events/ball_will_end.md )
59
+ * [ ball_ending] ( ../events/ball_ending.md ) * Queue Event*
60
+ * [ ball_ended] ( ../events/ball_ended.md )
61
+ * [ balls_in_play] ( ../events/balls_in_play.md )
Original file line number Diff line number Diff line change @@ -74,3 +74,19 @@ the first ball of the first player in a new game:
74
74
event that will launch the ball.
75
75
76
76
The ball is now in play.
77
+
78
+ ## Related Guides:
79
+
80
+ Flowchart: [ Ball End Sequence] ( ball_end.md )
81
+
82
+ ## Related Events:
83
+
84
+ * [ Ball Lifecycle Events] ( ../events/ball_lifecycle/index.md )
85
+ * [ ball_will_start] ( ../events/ball_will_start.md )
86
+ * [ ball_starting] ( ../events/ball_starting.md ) * Queue Event*
87
+ * [ ball_started] ( ../events/ball_started.md )
88
+
89
+ * [ ball_start_target] ( ../events/ball_start_target.md )
90
+ * [ balls_in_play] ( ../events/balls_in_play.md )
91
+ * [ multi_player_ball_started] ( ../events/multi_player_ball_started.md )
92
+ * [ single_player_ball_started] ( ../events/single_player_ball_started.md )
You can’t perform that action at this time.
0 commit comments