Dota 2 Workshop Tools/Scripting/API/CDOTABaseGameMode.SetBotsMaxPushTier
< Dota 2 Workshop Tools | Scripting | API
Jump to navigation
Jump to search

Function Description
void SetBotsMaxPushTier(int nMaxTier)
Set the max tier of tower that bots want to push. (-1 to disable)
- Example
function CDOTABaseGameMode:SetBotsMaxPushTier( nMaxTier ) end
Parameters
Type | Name | Description |
---|---|---|
int | nMaxTier | No Description Set |