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

Function Description
bool GetCustomBuybackCostEnabled()
Turns on capability to define custom buyback costs.
- Example
function CDOTABaseGameMode:GetCustomBuybackCostEnabled( ) end
Returns
bool - No Description Set