MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / format

Function format

library/strings_format.h:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7{
8
9template <typename... Args> static UString format(const UStringView fmt, Args &&...args)
10{
11 return fmt::sprintf(fmt, std::forward<Args>(args)...);
12}
13
14UString tr(const UString &str, const UString domain = "ufo_string");
15

Callers 15

getWeekStringMethod · 0.85
invasionMethod · 0.85
messageMethod · 0.85
serializeInFunction · 0.85
groupMoveMethod · 0.85
getSupportStringMethod · 0.85
getNameMethod · 0.85
getNameMethod · 0.85
createVehicleMethod · 0.85
attemptReLinkSupportsMethod · 0.85
createAgentMethod · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68