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

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 |