Difference between revisions of "Dota 2 Workshop Tools/Scripting/API/CDOTABaseGameMode.GetGoldSoundDisabled"
< Dota 2 Workshop Tools | Scripting | API
RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page) |
RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page) |
||
Line 14: | Line 14: | ||
;Example | ;Example | ||
<source lang="lua"> | <source lang="lua"> | ||
− | + | function CDOTABaseGameMode:GetGoldSoundDisabled( ) end | |
</source> | </source> | ||
== Returns == | == Returns == | ||
− | ''bool'' - | + | ''bool'' - No Description Set |
Latest revision as of 22:08, 18 June 2015

Function Description
bool GetGoldSoundDisabled()
Turn the sound when gold is acquired off/on.
- Example
function CDOTABaseGameMode:GetGoldSoundDisabled( ) end
Returns
bool - No Description Set