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

Function Description
void SetLoseGoldOnDeath(bool bEnabled)
Use to disable gold loss on death.
- Example
function CDOTABaseGameMode:SetLoseGoldOnDeath( bEnabled ) end
Parameters
Type | Name | Description |
---|---|---|
bool | bEnabled | No Description Set |