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

Function ASSendMessageString

Source/Scripting/angelscript/asfuncs.cpp:5588–5590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5586}
5587
5588void ASSendMessageString(int type, std::string msg) {
5589 the_scenegraph->map_editor->ReceiveMessage(msg);
5590}
5591
5592static void ASSendGlobalMessage(std::string msg) {
5593 SceneGraph* s = Engine::Instance()->GetSceneGraph();

Callers

nothing calls this directly

Calls 1

ReceiveMessageMethod · 0.45

Tested by

no test coverage detected