MCPcopy Create free account
hub / github.com/OpenDungeons/OpenDungeons / isConnected

Method isConnected

source/modes/AbstractApplicationMode.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38bool AbstractApplicationMode::isConnected()
39{
40 return (ODServer::getSingleton().isConnected() || ODClient::getSingleton().isConnected());
41}
42
43bool AbstractApplicationMode::mouseMoved(const OIS::MouseEvent& arg)
44{

Callers 11

~GameEditorModeBaseMethod · 0.45
GameModeMethod · 0.45
mousePressedMethod · 0.45
notifyGuiActionMethod · 0.45
saveGameMethod · 0.45
goBackMethod · 0.45
mousePressedMethod · 0.45
notifyGuiActionMethod · 0.45
cSendCmdToServerFunction · 0.45
cListFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected