UltimateGambling
  • 🎰UltimateGambling
  • Overview
    • 📦Libraries
    • ✨Features
  • Fundamentals
    • 🛠️Getting set up
      • 📝Setup an Area
      • 🧑Create kit
  • Use Cases
    • 🎨Placeholders
Powered by GitBook
On this page
  1. Use Cases

Placeholders

Good to know: depending on the product you're building, it can be useful to explicitly document use cases. Got a product that can be used by a bunch of people in different ways? Maybe consider splitting it out!

Placeholder list

Placeholder
Usage

%gambling_solo_queue_size%

Size of the solo queue

%gambling_team_queue_size%

Size of the team queue

%gambling_played_match%

Number of player played matchs

%gambling_lost_match%

Number of player losted matchs

%gambling_win_match%

Number of player winned matchs

%gambling_hits_match%

Number of player hits in all player matchs

%gambling_waiting_time%

Time in waiting queue

%gambling_player_position_win%

Return position of player winned matchs

%gambling_player_position_lost%

Return position of player losted matchs

%gambling_player_position_played%

Return position of player played matchs

%gambling_player_position_hits%

Return position of player hits in all matchs

%gambling_player_ranking_position_win:<number>%

Return name of player at <number> position of winned matchs

%gambling_player_ranking_wins:<number>%

Return number of winned matchs at <number> pos

%gambling_player_ranking_position_lost:<number>%

Return name of player at <number> position of losted matchs

%gambling_player_ranking_lost:<number>%

Return number of player losted matchs at <number> position

%gambling_player_ranking_position_played:<number>%

Return name of player at <number> position of played matchs

%gambling_player_ranking_played:<number>%

Return number of player played matchs at <number> position

%gambling_player_ranking_position_hits:<number>%

Return name of player at <number> position of hit in all matchs

%gambling_player_ranking_hits:<number>%

Return number of player hits at <number> position of hit in all matchs

PreviousCreate kit

Last updated 12 days ago

🎨