MCPcopy Create free account
hub / github.com/OpenDungeons/OpenDungeons / getLocalPlayerHasVision

Method getLocalPlayerHasVision

source/entities/Tile.h:230–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers 2

hasVisionOnTileMethod · 0.80
rrRefreshTileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected