MCPcopy Create free account
hub / github.com/Siv3D/OpenSiv3D / Format_T3

Function Format_T3

Siv3D/src/Siv3D/Script/Bind/ScriptFormat.cpp:299–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297 }
298
299 static String Format_T3(
300 const void* ref1, int typeID1,
301 const void* ref2, int typeID2,
302 const void* ref3, int typeID3
303 )
304 {
305 const void* args[] = { ref1, ref2, ref3 };
306 const int types[] = { typeID1, typeID2, typeID3 };
307 return FormatBase(args, types, std::size(args));
308 }
309
310 static String Format_T4(
311 const void* ref1, int typeID1,

Callers

nothing calls this directly

Calls 2

FormatBaseFunction · 0.85
sizeFunction · 0.50

Tested by

no test coverage detected