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

Function WriteLine

engine/Poseidon/UI/Map/UIMapExtDisplay.cpp:998–1002  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

996 _create[i] = array[i];
997}
998
999inline void WriteLine(QOStream& out, RString line)
1000{
1001 out.write(line, strlen(line));
1002 out.write("\r\n", 2);
1003}
1004
1005static RString NormalizeString(const char* src)

Callers 2

WriteToScriptMethod · 0.85
ExportMissionFunction · 0.85

Calls 2

vsprintfFunction · 0.85
writeMethod · 0.45

Tested by

no test coverage detected