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

Function Format_T1

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

Source from the content-addressed store, hash-verified

280 }
281
282 static String Format_T1(
283 const void* ref1, int typeID1
284 )
285 {
286 return FormatBase(&ref1, &typeID1, 1);
287 }
288
289 static String Format_T2(
290 const void* ref1, int typeID1,

Callers

nothing calls this directly

Calls 1

FormatBaseFunction · 0.85

Tested by

no test coverage detected