MCPcopy Create free account
hub / github.com/assaultcube/AC / clearworldvisibility

Function clearworldvisibility

source/src/world.cpp:827–831  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

825});
826
827void clearworldvisibility()
828{
829 sqr *s = world;
830 loopirev(cubicsize) (s++)->visible = 0;
831}
832
833void calcworldvisibility()
834{

Callers 2

mapmrproperFunction · 0.85
textureslotusagegeometryFunction · 0.85

Calls 1

loopirevFunction · 0.70

Tested by

no test coverage detected