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

Function CatWords

engine/Poseidon/UI/Map/UIMapExt.cpp:1696–1706  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1694}
1695
1696static RString CatWords(RString cond, RString cond2)
1697{
1698 if (cond.GetLength() > 0 && cond2.GetLength() > 0)
1699 {
1700 return cond + RString(" ") + cond2;
1701 }
1702 else
1703 {
1704 return cond + cond2;
1705 }
1706}
1707
1708void CStaticMapArcadeViewer::DrawLabel(struct SignInfo& info, PackedColor color)
1709{

Callers 1

DrawLabelMethod · 0.85

Calls 2

RStringClass · 0.50
GetLengthMethod · 0.45

Tested by

no test coverage detected