Dota 2 Workshop Tools/Scripting/API/CDOTAGamerules.EnableCustomGameSetupAutoLaunch
From Valve Developer Community
< Dota 2 Workshop Tools | Scripting | API

Function Description
void EnableCustomGameSetupAutoLaunch(bool bool_1)
Enabled (true) or disable (false) auto launch for custom game setup.
- Example
function CDOTAGamerules:EnableCustomGameSetupAutoLaunch( bool_1 ) end
Parameters
Type | Name | Description |
---|---|---|
bool | bool_1 | No Description Set |