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

Function sendRobotUpdates

src/clientbase/playing.cpp:734–740  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

732}
733
734void sendRobotUpdates() {
735 for (int i = 0; i < numRobots; i++) {
736 if (robots[i] && robots[i]->isDeadReckoningWrong()) {
737 serverLink->sendPlayerUpdate(robots[i]);
738 }
739 }
740}
741
742void addRobots() {
743 int j;

Callers 1

doNetworkStuffFunction · 0.85

Calls 2

isDeadReckoningWrongMethod · 0.80
sendPlayerUpdateMethod · 0.80

Tested by

no test coverage detected