| 46 | CInventorySlot::~CInventorySlot() {} |
| 47 | |
| 48 | bool CInventorySlot::CanBeActivated() const { return (m_bVisible && !IsBlocked()); }; |
| 49 | |
| 50 | bool CInventorySlot::IsBlocked() const { return (m_blockCounter > 0); } |
| 51 |
no outgoing calls
no test coverage detected