MCPcopy Create free account
hub / github.com/anjo76/angelscript / timeGetTime_Generic

Function timeGetTime_Generic

sdk/samples/tutorial/source/main.cpp:343–346  ·  view source on GitHub ↗

Function wrapper is needed when native calling conventions are not supported

Source from the content-addressed store, hash-verified

341
342// Function wrapper is needed when native calling conventions are not supported
343void timeGetTime_Generic(asIScriptGeneric *gen)
344{
345 gen->SetReturnDWord(timeGetTime());
346}

Callers

nothing calls this directly

Calls 2

SetReturnDWordMethod · 0.80
timeGetTimeFunction · 0.70

Tested by

no test coverage detected