MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / LogLine

Method LogLine

Sources/Jazz2/UI/InGameConsole.cpp:420–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418 }
419
420 LogLine::LogLine(MessageLevel level, String&& message, Font* font)
421 : Level(level), TimeLeft(5.0f * FrameTimer::FramesPerSecond)
422 {
423 Message.SetText(std::move(message));
424 Message.SetScale(0.8f);
425 Message.SetFont(font);
426 Message.SetMultiline(true);
427 Message.SetWrapping(true);
428 }
429}

Callers

nothing calls this directly

Calls 5

SetTextMethod · 0.80
SetScaleMethod · 0.80
SetFontMethod · 0.80
SetMultilineMethod · 0.80
SetWrappingMethod · 0.80

Tested by

no test coverage detected