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

Function PrintString_Generic

sdk/samples/events/source/main.cpp:320–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318}
319
320void PrintString_Generic(asIScriptGeneric *gen)
321{
322 string *str = (string*)gen->GetArgAddress(0);
323 PrintString(*str);
324}
325
326void timeGetTime_Generic(asIScriptGeneric *gen)
327{

Callers

nothing calls this directly

Calls 2

GetArgAddressMethod · 0.80
PrintStringFunction · 0.70

Tested by

no test coverage detected