MCPcopy 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
722void Tile::clearVision()
723{
724 mSeatsWithVision.clear();
725}
726
727void Tile::notifyVision(Seat* seat)
728{

Callers 1

doMiscUpkeepMethod · 0.80

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected