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

Function func

sdk/tests/test_feature/source/test_enum.cpp:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18};
19
20void func(asIScriptGeneric *g)
21{
22 TEST_ENUM e = (TEST_ENUM)g->GetArgDWord(0);
23 UNUSED_VAR(e);
24}
25
26std::string buffer;
27static void scriptOutput(int val1)

Callers 1

CallGenericMethod · 0.50

Calls 1

GetArgDWordMethod · 0.80

Tested by

no test coverage detected