Dota 2 Workshop Tools/Scripting/API/CDOTABaseGameMode.SetStashPurchasingDisabled

From Valve Developer Community
< Dota 2 Workshop Tools‎ | Scripting‎ | API
Revision as of 23:17, 18 June 2015 by RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page)
Jump to navigation Jump to search
Note.pngNote: This page is automatically generated. Any changes may be overwritten

Function Description

void SetStashPurchasingDisabled(bool bDisabled)

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:SetStashPurchasingDisabled( bDisabled ) end

Parameters

Type Name Description
bool bDisabled No Description Set