MCPcopy Create free account
hub / github.com/Norbyte/ositools / SendStoryLoaded

Method SendStoryLoaded

OsiInterface/DebugMessages.cpp:214–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212 }
213
214 void DebugMessageHandler::SendStoryLoaded()
215 {
216 BackendToDebugger msg;
217 auto storyLoaded = msg.mutable_storyloaded();
218 Send(msg);
219 Debug(" <-- BkStoryLoaded()");
220 }
221
222 void DebugMessageHandler::SendDebugSessionEnded()
223 {

Callers 1

StoryLoadedMethod · 0.80

Calls 1

DebugFunction · 0.85

Tested by

no test coverage detected