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

Function ProgressSetRest

engine/Poseidon/Core/ProgressSystem.hpp:98–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96
97inline void ProgressSetPassed( float value ) { GetGProgress().SetPassed(value); }
98inline void ProgressSetRest( float value ) { GetGProgress().SetRest(value); }
99
100// execute in pairs - no nesting allowed
101inline void ProgressStart( RString title, RString format="%s" )

Callers 2

LoadDataMethod · 0.85
ProcessEventsMethod · 0.85

Calls 1

SetRestMethod · 0.80

Tested by

no test coverage detected