You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 11, 2022. It is now read-only.
| server_region |[<code>ServerRegion</code>](#module_Dota2.ServerRegion)| <code>module:Dota2.ServerRegion.UNSPECIFIED</code> | Server region where the lobby will be created |
368
-
| game_mode | <code>DOTA_GameMode</code> | <code>DOTA_GameMode.DOTA_GAMEMODE_AP</code> | Game mode |
369
-
| game_version | <code>DOTAGameVersion</code> | <code>DOTAGameVersion.GAME_VERSION_STABLE</code> | Version of the game |
370
-
| cm_pick | <code>DOTA_CM_PICK</code> | <code>DOTA_CM_PICK.DOTA_CM_RANDOM</code> | Who gets first pick |
371
-
| allow_cheats | <code>boolean</code> | <code>false</code> | Whether or not to allow cheats |
372
-
| fill_with_bots | <code>boolean</code> | <code>false</code> | Whether or not to fill empty slots with bots |
373
-
| bot_difficulty_radiant | <code>BotDifficulty</code> | <code>module:Dota2.BotDifficulty.PASSIVE</code> | The bot difficulty for radiant bots, if fill_with_bots is true. |
374
-
| bot_difficulty_dire | <code>BotDifficulty</code> | <code>module:Dota2.BotDifficulty.PASSIVE</code> | The bot difficulty for dire bots, if fill_with_bots is true. |
375
-
| bot_radiant | <code>number</code> || Presumably the ID of the custom AI to be applied to radiant bots. |
376
-
| bot_dire | <code>number</code> || Presumably the ID of the custom AI to be applied to dire bots. |
377
-
| allow_spectating | <code>boolean</code> | <code>true</code> | Whether or not to allow spectating |
378
-
| series_type | <code>SeriesType</code> | <code>NONE</code> | Whether or not the game is part of a series (Bo3, Bo5). |
379
-
| radiant_series_wins | <code>number</code> | <code>0</code> | # of games won so far, e.g. for a Bo3 or Bo5. |
380
-
| dire_series_wins | <code>number</code> | <code>0</code> | # of games won so far, e.g. for a Bo3 or Bo5. |
381
-
| previous_match_override | <code>number</code> || In a series, the match ID of the previous game. If not supplied, the GC will try to find it automatically based on the teams and the players. |
382
-
| allchat | <code>boolean</code> | <code>false</code> | Whether or not it's allowed to all-chat |
383
-
| dota_tv_delay | <code>LobbyDotaTVDelay</code> | <code>LobbyDotaTV_120</code> | How much time the game should be delayed for DotaTV. |
384
-
| leagueid | <code>number</code> || The league this lobby is being created for. The bot should be a league admin for this to work. |
385
-
| custom_game_mode | <code>string</code> || Name of the custom game |
386
-
| custom_map_name | <code>string</code> || Which map the custom game should be played on |
387
-
| custom_difficulty | <code>number</code> || Difficulty of the custom game |
388
-
| custom_game_id |[<code>Long</code>](#external_Long)|| 64bit ID of the custom game mode |
|[server_region]|[<code>ServerRegion</code>](#module_Dota2.ServerRegion)| <code>module:Dota2.ServerRegion.UNSPECIFIED</code> | Server region where the lobby will be created |
372
+
|[game_mode]| <code>DOTA_GameMode</code> | <code>DOTA_GameMode.DOTA_GAMEMODE_AP</code> | Game mode |
373
+
|[game_version]| <code>DOTAGameVersion</code> | <code>DOTAGameVersion.GAME_VERSION_STABLE</code> | Version of the game |
374
+
|[cm_pick]| <code>DOTA_CM_PICK</code> | <code>DOTA_CM_PICK.DOTA_CM_RANDOM</code> | Who gets first pick |
375
+
|[allow_cheats]| <code>boolean</code> | <code>false</code> | Whether or not to allow cheats |
376
+
|[fill_with_bots]| <code>boolean</code> | <code>false</code> | Whether or not to fill empty slots with bots |
377
+
|[bot_difficulty_radiant]| <code>BotDifficulty</code> | <code>module:Dota2.BotDifficulty.PASSIVE</code> | The bot difficulty for radiant bots, if fill_with_bots is true. |
378
+
|[bot_difficulty_dire]| <code>BotDifficulty</code> | <code>module:Dota2.BotDifficulty.PASSIVE</code> | The bot difficulty for dire bots, if fill_with_bots is true. |
379
+
|[bot_radiant]| <code>number</code> || Presumably the ID of the custom AI to be applied to radiant bots. |
380
+
|[bot_dire]| <code>number</code> || Presumably the ID of the custom AI to be applied to dire bots. |
381
+
|[allow_spectating]| <code>boolean</code> | <code>true</code> | Whether or not to allow spectating |
382
+
|[series_type]| <code>SeriesType</code> | <code>NONE</code> | Whether or not the game is part of a series (Bo3, Bo5). |
383
+
|[radiant_series_wins]| <code>number</code> | <code>0</code> | # of games won so far, e.g. for a Bo3 or Bo5. |
384
+
|[dire_series_wins]| <code>number</code> | <code>0</code> | # of games won so far, e.g. for a Bo3 or Bo5. |
385
+
|[previous_match_override]| <code>number</code> || In a series, the match ID of the previous game. If not supplied, the GC will try to find it automatically based on the teams and the players. |
386
+
|[allchat]| <code>boolean</code> | <code>false</code> | Whether or not it's allowed to all-chat |
387
+
|[dota_tv_delay]| <code>LobbyDotaTVDelay</code> | <code>LobbyDotaTV_120</code> | How much time the game should be delayed for DotaTV. |
388
+
|[leagueid]| <code>number</code> || The league this lobby is being created for. The bot should be a league admin for this to work. |
389
+
|[custom_game_mode]| <code>string</code> || Name of the custom game |
390
+
|[custom_map_name]| <code>string</code> || Which map the custom game should be played on |
391
+
|[custom_difficulty]| <code>number</code> || Difficulty of the custom game |
392
+
|[custom_game_id]|[<code>Long</code>](#external_Long)|| 64bit ID of the custom game mode |
0 commit comments