Dota 2 Workshop Tools/Scripting/API/CDOTABaseGameMode.GetStashPurchasingDisabled: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Dota_Lebot push: Updated Page)
 
(Dota_Lebot push: Updated Page)
Line 14: Line 14:
;Example
;Example
<source lang="lua">
<source lang="lua">
--some code here
function CDOTABaseGameMode:GetStashPurchasingDisabled(  ) end
</source>
</source>


== Returns ==
== Returns ==


''bool'' - true if buying items into the stash is disabled
''bool'' - No Description Set

Revision as of 23:16, 18 June 2015

Note.pngNote: This page is automatically generated. Any changes may be overwritten

Function Description

bool GetStashPurchasingDisabled()

Turn purchasing items to the stash off/on. If purchasing to the stash is off the player must be at a shop to purchase items.


Example
function CDOTABaseGameMode:GetStashPurchasingDisabled(  ) end

Returns

bool - No Description Set