Dota 2 Workshop Tools/Scripting/API/CDOTABaseGameMode.SetBotsAlwaysPushWithHuman
From Valve Developer Community
< Dota 2 Workshop Tools | Scripting | API

Function Description
void SetBotsAlwaysPushWithHuman(bool bAlwaysPush)
Set if the bots should try their best to push with a human player.
- Example
function CDOTABaseGameMode:SetBotsAlwaysPushWithHuman( bAlwaysPush ) end
Parameters
Type | Name | Description |
---|---|---|
bool | bAlwaysPush | No Description Set |