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

Function DecodeControlText

engine/Poseidon/UI/Controls/UIControls.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61#define DrawTop(i, color) GLOB_ENGINE->DrawLine(Line2DPixel(xx + i, yy + i, xx + ww - 1 - i, yy + i), color, color);
62
63static RString DecodeControlText(RString text)
64{
65 return Poseidon::DecodeLegacyTextToRString(text, GLanguage);
66}
67
68const float textBorder = 0.005;
69

Callers 2

SetTextMethod · 0.85
CButtonMethod · 0.85

Calls 1

Tested by

no test coverage detected