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

Method sendVarRequest

src/clientbase/ServerLink.cpp:916–918  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

914
915
916void ServerLink::sendVarRequest() {
917 send(MsgSetVar, 0, NULL);
918}
919
920
921void ServerLink::sendAlive(const PlayerId playerId) {

Callers 2

joinInternetGameFunction · 0.80
runLoopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected