Dota 2 Workshop Tools/Scripting/API/CDOTA BaseNPC.SetCanSellItems
< Dota 2 Workshop Tools | Scripting | API
Jump to navigation
Jump to search

Function Description
void SetCanSellItems(bool bCanSell)
Set whether or not this unit is allowed to sell items (bCanSellItems)
- Example
function CDOTA_BaseNPC:SetCanSellItems( bCanSell ) end
Parameters
Type | Name | Description |
---|---|---|
bool | bCanSell | No Description Set |