Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BZFlag-Dev/bzflag
/ PlayerGroupLoop
Method
PlayerGroupLoop
plugins/webadmin/loops.cpp:823–826 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
821
}
822
823
PlayerGroupLoop::PlayerGroupLoop(Templateiser& ts) {
824
ts.addLoop(
"PlayerGroups"
, this);
825
ts.addKey(
"PlayerGroup"
, this);
826
}
827
828
void PlayerGroupLoop::setSize(void) {
829
groups.clear();
Callers
nothing calls this directly
Calls
2
addLoop
Method · 0.80
addKey
Method · 0.80
Tested by
no test coverage detected