Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
120
void World::loadCollisionManager() {
121
COLLISIONMGR.load();
122
return;
123
}
124
125
126
void World::checkCollisionManager() {
Callers
nothing calls this directly
Calls
1
load
Method · 0.45
Tested by
no test coverage detected