Difference between revisions of "Dota 2 Workshop Tools/Scripting/API/CDOTAGamerules.SetCustomGameSetupAutoLaunchDelay"
< Dota 2 Workshop Tools | Scripting | API
RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page) |
RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page) |
||
Line 8: | Line 8: | ||
''' void SetCustomGameSetupAutoLaunchDelay(float ''float_1'') ''' | ''' void SetCustomGameSetupAutoLaunchDelay(float ''float_1'') ''' | ||
− | '' | + | ''Set the amount of time to wait for auto launch.'' |
Latest revision as of 23:17, 18 June 2015

Function Description
void SetCustomGameSetupAutoLaunchDelay(float float_1)
Set the amount of time to wait for auto launch.
- Example
function CDOTAGamerules:SetCustomGameSetupAutoLaunchDelay( float_1 ) end
Parameters
Type | Name | Description |
---|---|---|
float | float_1 | No Description Set |