MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / loadCollisionManager

Method loadCollisionManager

src/clientbase/World.cpp:120–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118
119
120void World::loadCollisionManager() {
121 COLLISIONMGR.load();
122 return;
123}
124
125
126void World::checkCollisionManager() {

Callers

nothing calls this directly

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected