File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
code/api_reference/devices Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
# accruals API Reference
2
2
3
- Config Reference:
4
-
5
- * [ accruals:] ( ../../../config/accruals.md )
6
-
7
3
` self.machine.accruals.* `
8
4
9
5
``` python
@@ -101,3 +97,8 @@ Subscribe to an attribute.
101
97
` value `
102
98
103
99
Return value or None if that is currently not possible.
100
+
101
+ ## Related Pages:
102
+
103
+ * [ Accrual Logic Blocks] ( ../../../game_logic/logic_blocks/accruals.md )
104
+ * [ accruals: Config Reference] ( ../../../config/accruals.md )
Original file line number Diff line number Diff line change @@ -274,7 +274,8 @@ start disabled. If you omit this the device will start enabled unless
274
274
you specify `enable_events` in which case the device will start
275
275
disabled.
276
276
277
- # # Related How To guides
277
+ # # Related Pages:
278
278
279
279
* [Accrual Logic Blocks](../game_logic/logic_blocks/accruals.md)
280
280
* [Integrating Logic_Blocks and Shows](../game_logic/logic_blocks/integrating_logic_blocks_and_shows.md)
281
+ * [accruals API Reference](../code/api_reference/devices/accruals.md)
Original file line number Diff line number Diff line change @@ -5,12 +5,10 @@ title: Accrual Logic Blocks
5
5
# Accrual Logic Blocks
6
6
7
7
8
- Related Config File Sections:
9
-
10
- * [ accruals:] ( ../../config/accruals.md )
11
-
12
- Related How To Guides
8
+ ## Related Pages:
13
9
10
+ * [ accruals: Config Reference] ( ../../config/accruals.md )
11
+ * [ accruals API Reference] ( ../../code/api_reference/devices/accruals.md )
14
12
* [ Integrating Logic Blocks and Shows] ( integrating_logic_blocks_and_shows.md )
15
13
* [ Scoring Based on Logic Blocks] ( scoring_based_on_logic_blocks.md )
16
14
* [ Integrating Logic_Blocks and Lights] ( integrating_logic_blocks_and_lights.md )
You can’t perform that action at this time.
0 commit comments