[CS2] Game Template Variables
Game variables are global and thus available everywhere. They're great if you need to share colors or other information across multiple designs.
game.name | The name of the game. |
game.vars | An object containing variables you create in the game variable editor. |