MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / VersionString

Function VersionString

src/openrct2/object/Object.cpp:406–410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

404 }
405
406 u8string VersionString(const ObjectVersion& version)
407 {
408 return std::to_string(std::get<0>(version)) + "." + std::to_string(std::get<1>(version)) + "."
409 + std::to_string(std::get<2>(version));
410 }
411
412 ObjectVersion VersionTuple(std::string_view version)
413 {

Callers 1

ReadWriteObjectsChunkMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected