Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDungeons/OpenDungeons
/ clearVision
Method
clearVision
source/entities/Tile.cpp:722–725 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
720
}
721
722
void Tile::clearVision()
723
{
724
mSeatsWithVision.clear();
725
}
726
727
void Tile::notifyVision(Seat* seat)
728
{
Callers
1
doMiscUpkeep
Method · 0.80
Calls
1
clear
Method · 0.80
Tested by
no test coverage detected