MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / AddString

Method AddString

TombEngine/Renderer/RendererString.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 }
21
22 void Renderer::AddString(int x, int y, const std::string& string, D3DCOLOR color, int flags)
23 {
24 AddString(string, Vector2(x, y), Color(color), 1.0f, flags);
25 }
26
27 void Renderer::AddString(const std::string& string, const Vector2& pos, const Color& color, float scale, int flags)
28 {

Callers 4

DoInventoryMethod · 0.80
DrawAmmoSelectorMethod · 0.80
DrawCurrentObjectListMethod · 0.80
InitializeScriptingFunction · 0.80

Calls 13

GetScreenResolutionFunction · 0.85
SplitStringFunction · 0.85
ToWStringFunction · 0.85
SplitWordsFunction · 0.85
TENLogFunction · 0.85
Vector2Function · 0.50
Vector3Function · 0.50
emptyMethod · 0.45
push_backMethod · 0.45
c_strMethod · 0.45
clearMethod · 0.45
atMethod · 0.45

Tested by

no test coverage detected