MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / setInterval

Method setInterval

libraries/katabasis/src/PollServer.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void PollServer::setInterval(int interval)
47{
48 pollTimer.setInterval(interval * 1000);
49}
50
51void PollServer::startPolling()
52{

Callers 5

PollServerMethod · 0.80
startPollServerMethod · 0.80
ServersModelMethod · 0.80
PackProfileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected