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

Function cfunction_gen

sdk/tests/test_feature/source/testexecute4argsf.cpp:38–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38static void cfunction_gen(asIScriptGeneric *gen)
39{
40 float f1 = gen->GetArgFloat(0);
41 float f2 = gen->GetArgFloat(1);
42 double f3 = gen->GetArgDouble(2);
43 float f4 = gen->GetArgFloat(3);
44 cfunction(f1, f2, f3, f4);
45}
46
47
48bool TestExecute4Argsf()

Callers

nothing calls this directly

Calls 3

GetArgFloatMethod · 0.80
GetArgDoubleMethod · 0.80
cfunctionFunction · 0.70

Tested by

no test coverage detected