arcade ![code/modules/modular_computers/file_system/programs/arcade.dm 1](git.png)
Vars | |
boss_id | Determines which boss image to use on the UI. |
---|---|
game_active | Returns TRUE if the game is being played. |
heads_up | Shows what text is shown on the app, usually showing the log of combat actions taken by the player. |
pause_state | This disables buttom actions from having any impact if TRUE. Resets to FALSE when the player is allowed to make an action again. |
Var Details
boss_id ![code/modules/modular_computers/file_system/programs/arcade.dm 24](git.png)
Determines which boss image to use on the UI.
game_active ![code/modules/modular_computers/file_system/programs/arcade.dm 12](git.png)
Returns TRUE if the game is being played.
heads_up ![code/modules/modular_computers/file_system/programs/arcade.dm 21](git.png)
Shows what text is shown on the app, usually showing the log of combat actions taken by the player.
pause_state ![code/modules/modular_computers/file_system/programs/arcade.dm 14](git.png)
This disables buttom actions from having any impact if TRUE. Resets to FALSE when the player is allowed to make an action again.