File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -109,15 +109,15 @@ The BalatroBot API provides core functions that correspond to the main game acti
109109
110110### Overview
111111
112- | Name | Description |
113- | ---------------------- | ---------------------------------------------------------------------------- |
114- | ` get_game_state ` | Retrieves the current complete game state |
115- | ` go_to_menu ` | Returns to the main menu from any game state |
116- | ` start_run ` | Starts a new game run with specified configuration |
117- | ` skip_or_select_blind ` | Handles blind selection - either select the current blind to play or skip it |
118- | ` play_hand_or_discard ` | Plays selected cards or discards them |
119- | ` rearrange_hand ` | Reorders the current hand according to the supplied index list |
120- | ` cash_out ` | Proceeds from round completion to the shop phase |
112+ | Name | Description |
113+ | ---------------------- | ------------------------------------------------------------------------------------------- |
114+ | ` get_game_state ` | Retrieves the current complete game state |
115+ | ` go_to_menu ` | Returns to the main menu from any game state |
116+ | ` start_run ` | Starts a new game run with specified configuration |
117+ | ` skip_or_select_blind ` | Handles blind selection - either select the current blind to play or skip it |
118+ | ` play_hand_or_discard ` | Plays selected cards or discards them |
119+ | ` rearrange_hand ` | Reorders the current hand according to the supplied index list |
120+ | ` cash_out ` | Proceeds from round completion to the shop phase |
121121| ` shop ` | Performs shop actions: proceed to next round (` next_round ` ) or purchase a card (` buy_card ` ) |
122122
123123### Parameters
You can’t perform that action at this time.
0 commit comments