MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / SendLevelMessage

Method SendLevelMessage

Source/Online/online.cpp:1109–1115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1107}
1108
1109void Online::SendLevelMessage(const string& msg) {
1110 // we currently only want start_dialogue
1111 if (msg.find("reset") == string::npos)
1112 return; // tutorial is very spammy
1113
1114 Send<OnlineMessages::SendLevelMessage>(msg);
1115}
1116
1117void Online::UpdateObjects(SceneGraph* scenegraph_) {
1118 uint32_t wall_ticks = game_timer.GetWallTicks();

Callers 1

MessageMethod · 0.45

Calls 1

findMethod · 0.45

Tested by

no test coverage detected