MCPcopy 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
823PlayerGroupLoop::PlayerGroupLoop(Templateiser& ts) {
824 ts.addLoop("PlayerGroups", this);
825 ts.addKey("PlayerGroup", this);
826}
827
828void PlayerGroupLoop::setSize(void) {
829 groups.clear();

Callers

nothing calls this directly

Calls 2

addLoopMethod · 0.80
addKeyMethod · 0.80

Tested by

no test coverage detected