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

Method ReceiveMessage

Source/Editors/map_editor.cpp:2742–2746  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2740}
2741
2742void MapEditor::ReceiveMessage(const std::string& msg) {
2743 if (msg == "DisplaySettings") {
2744 } else if (msg == "carve_against_terrain") {
2745 }
2746}
2747
2748void MapEditor::LoadDialogueFile(const std::string& path) {
2749 if (state_ == MapEditor::kIdle && LoadEntitiesFromFile("Data/Objects/placeholder/empty_placeholder.xml") == 0) {

Callers 2

ASSendMessageStringFunction · 0.45
ASSendGlobalMessageFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected