| 228 | { mLocalPlayerHasVision = localPlayerHasVision; } |
| 229 | |
| 230 | inline bool getLocalPlayerHasVision() const |
| 231 | { return mLocalPlayerHasVision; } |
| 232 | |
| 233 | //! \brief Set/unset the value of the mask depending on boolean value |
| 234 | void setTileCullingFlags(uint32_t mask, bool value); |
no outgoing calls
no test coverage detected