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

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 |