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

Function Log

sdk/tests/test_feature/source/testswitch.cpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21static string _log;
22static void Log(asIScriptGeneric *gen)
23{
24 CScriptString *str = (CScriptString *)gen->GetArgObject(0);
25 _log += str->buffer;
26}
27
28bool TestSwitch()
29{

Callers

nothing calls this directly

Calls 1

GetArgObjectMethod · 0.80

Tested by

no test coverage detected