IsMasterTrackerGame returns true if this game is being played on the master tracker
| 4377 | // |
| 4378 | // returns true if this game is being played on the master tracker |
| 4379 | bool DMFCBase::IsMasterTrackerGame(void) { return (bool)((*m_bTrackerGame) != 0); } |
| 4380 | |
| 4381 | // ConvertLocalToServerObjnum |
| 4382 | // |
no outgoing calls
no test coverage detected