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

Function AddLoadingText

Source/GUI/widgetframework.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32NativeLoadingText native_loading_text;
33
34void AddLoadingText(const std::string& text) {
35 native_loading_text.AddLine(text.c_str());
36 LOGI << text.c_str() << std::endl;
37}
38
39void NativeLoadingText::AddLine(const char* msg) {
40 buf_mutex.lock();

Callers 8

buildAllTilesMethod · 0.85
LoadMethod · 0.85
LoadLevelDataMethod · 0.85
LoadLevelMethod · 0.85
LoadTerrainFunction · 0.85
LoadLevelMethod · 0.85

Calls 2

AddLineMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected