MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / Start

Method Start

engine/Poseidon/Core/ProgressSystem.cpp:313–316  ·  view source on GitHub ↗

execute in pairs - no nesting allowed

Source from the content-addressed store, hash-verified

311
312// execute in pairs - no nesting allowed
313void ProgressSystem::Start(RString title, RString format)
314{
315 Start(title, format, nullptr, -1);
316}
317
318void ProgressSystem::Start(RString title, RString format, Ref<Font> font, float size)
319{

Callers 2

ProgressStartFunction · 0.45
InitMethod · 0.45

Calls 7

IsDedicatedServerFunction · 0.85
GetFontIDFunction · 0.85
GlobalTickCountFunction · 0.85
NextAliveExpectedMethod · 0.80
FrameClass · 0.70
LoadFontMethod · 0.45
HeightMethod · 0.45

Tested by

no test coverage detected