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

Function Description
void SetStickyItemDisabled(bool bDisabled)
Hide the sticky item in the quickbuy.
- Example
function CDOTABaseGameMode:SetStickyItemDisabled( bDisabled ) end
Parameters
Type | Name | Description |
---|---|---|
bool | bDisabled | No Description Set |