| 128 | bool Locked() { return (!(m_Flags & 0x20) && m_TiledataPtr->Weight > 90); } |
| 129 | bool InWarMode() { return (m_Flags & 0x40) != 0; } |
| 130 | bool Hidden() { return (m_Flags & 0x80) != 0; } |
| 131 | |
| 132 | bool Caller(); |
| 133 | virtual bool IsHuman() const { return false; } |
no outgoing calls
no test coverage detected