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

Method Draw

ogsr_engine/xrGame/ui/UIMultiTextStatic.cpp:34–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32//////////////////////////////////////////////////////////////////////////
33
34void CUIMultiTextStatic::Draw()
35{
36 Fvector2 p;
37 GetAbsolutePos(p);
38
39 for (Phrases_it it = m_vPhrases.begin(); it != m_vPhrases.end(); ++it)
40 {
41 it->effect.Out(it->outX + p.x, it->outY + p.y, *it->str);
42 }
43
44 inherited::Draw();
45}
46
47//////////////////////////////////////////////////////////////////////////
48

Callers

nothing calls this directly

Calls 7

GetAbsolutePosFunction · 0.85
DrawFunction · 0.85
UpdateFunction · 0.85
isMethod · 0.80
beginMethod · 0.45
endMethod · 0.45
OutMethod · 0.45

Tested by

no test coverage detected