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

Function ProgressAdd

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

Source from the content-addressed store, hash-verified

92inline void ProgressReset() { GetGProgress().Reset(); }
93
94inline void ProgressAdd( float ammount ) { GetGProgress().Add(ammount); }
95inline void ProgressAdvance( float ammount ) { GetGProgress().Advance(ammount); }
96
97inline void ProgressSetPassed( float value ) { GetGProgress().SetPassed(value); }

Callers 3

LoadDataMethod · 0.85
SerializeBinMethod · 0.85
ProcessEventsMethod · 0.85

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected