@@ -4,33 +4,27 @@ title: Variable player
4
4
5
5
# Variable player
6
6
7
+ The ` variable_player ` is a [ config player] ( index.md ) that's used to set
8
+ the value of player and machine variables. This is commonly used for
9
+ scoring in your machine.
7
10
8
- The ` variable_player ` is a
9
- [ config player] ( index.md )
10
- that's used to set the value of player and machine variables. This is
11
- commonly used for scoring in your machine. See
12
- [ variable_player] ( ../config/variable_player.md ) for more detailed information.
11
+ See [ variable_player] ( ../config/variable_player.md ) for more detailed information.
13
12
14
-
15
- See our
16
- [ player variables reference] ( ../player_vars/index.md ) and
13
+ See our [ player variables reference] ( ../player_vars/index.md ) and
17
14
[ machine variables reference] ( ../machine_vars/index.md ) to learn about existing variables. You can also create
18
15
player variables on the fly if they did not exist. If you want to define
19
- defaults for variables you may define them in the
20
- [ player_vars:] ( ../config/player_vars.md ) or
16
+ defaults for variables you may define them in the [ player_vars:] ( ../config/player_vars.md ) or
21
17
[ machine_vars:] ( ../config/machine_vars.md ) sections.
22
18
23
19
## Usage in config files
24
20
25
- In config files, the variable player is used via the ` variable_player: `
26
- section.
21
+ In config files, the variable player is used via the ` variable_player: ` section.
27
22
28
23
## Usage in shows
29
24
30
- In shows, the variable player is used via the ` variables: ` section of a
31
- step.
25
+ In shows, the variable player is used via the ` variables: ` section of a step.
32
26
33
- ## Config Options
27
+ ## Related Pages:
34
28
35
- See [ variable_player:] ( ../config/variable_player.md ) for config
36
- details.
29
+ * [ variable_player: Config Reference ] ( ../config/variable_player.md )
30
+ * [ variable_player API Reference ] ( ../code/api_reference/config_players/variable_player.md )
0 commit comments