MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / getLocalTime

Method getLocalTime

engine/source/platformEmscripten/EmscriptenTime.cpp:30–34  ·  view source on GitHub ↗

--------------------------------------

Source from the content-addressed store, hash-verified

28#include <unistd.h>
29//--------------------------------------
30void Platform::getLocalTime(LocalTime &lt)
31{
32 // TODO
33 dMemset(&lt, '\0', sizeof(LocalTime));
34}
35
36/// Gets the time in seconds since the Epoch
37U32 Platform::getTime()

Callers

nothing calls this directly

Calls 1

dMemsetFunction · 0.70

Tested by

no test coverage detected