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

Function cfunction

sdk/tests/test_feature/source/testexecute.cpp:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11static bool called = false;
12
13static void cfunction() {
14 called = true;
15}
16
17static void cfunction_generic(asIScriptGeneric *) {
18 cfunction();

Callers 1

cfunction_genericFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected