Dota 2 Workshop Tools/Scripting/API/CDOTA BaseNPC Hero.HasRoomForItem
< Dota 2 Workshop Tools | Scripting | API
Jump to navigation
Jump to search
Function Description
int HasRoomForItem(string a, bool b, bool c)
Args: const char* pItemName, bool bIncludeStashCombines, bool bAllowSelling
Parameters
| Type | Name | Description |
|---|---|---|
| string | a | Item Name |
| bool | b | Includes Stash Combines |
| bool | c | Allow Selling |
Returns
int - No Description Set