MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / SetPos

Method SetPos

ogsr_engine/xrGame/ui/UIProgressShape.cpp:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void CUIProgressShape::SetPos(float pos) { m_stage = pos; }
27
28void CUIProgressShape::SetPos(int pos, int max)
29{

Callers 11

OnDrawUIMethod · 0.45
SHitMarkMethod · 0.45
UpdateSizeMethod · 0.45
UpdateSizeMethod · 0.45
DrawMethod · 0.45
DrawTextureMethod · 0.45
DrawMethod · 0.45
InitTextureExMethod · 0.45
DrawTextureMethod · 0.45
DrawMethod · 0.45
FrameClipMethod · 0.45

Calls 1

SetTextMethod · 0.45

Tested by

no test coverage detected