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

Function cfunction

sdk/tests/test_feature/source/testexecute4argsf.cpp:19–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17static float t4 = 0;
18
19static void cfunction(float f1, float f2, double f3, float f4)
20{
21 called = true;
22 t1 = f1;
23 t2 = f2;
24 t3 = f3;
25 t4 = f4;
26 testVal = (f1 == 9.2f) && (f2 == 13.3f) && (f3 == 18.8) && (f4 == 3.1415f);
27}
28
29static void cfunction2(double f1, double f2, double f3, double f4)
30{

Callers 1

cfunction_genFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected