Dota 2 Workshop Tools/Scripting/API/CDOTABaseGameMode.SetBotsInLateGame: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Dota_Lebot push: Updated Page)
 
(Dota_Lebot push: Updated Page)
Line 8: Line 8:
''' void SetBotsInLateGame(bool ''bLateGame'') '''
''' void SetBotsInLateGame(bool ''bLateGame'') '''


''CDOTABaseGameMode:SetBotsInLateGame''
''Set if bots should enable their late game behavior.''





Revision as of 23:16, 18 June 2015

Note.pngNote: This page is automatically generated. Any changes may be overwritten

Function Description

void SetBotsInLateGame(bool bLateGame)

Set if bots should enable their late game behavior.


Example
function CDOTABaseGameMode:SetBotsInLateGame( bLateGame ) end

Parameters

Type Name Description
bool bLateGame No Description Set