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

Function CallExecuteString_gen

sdk/tests/test_feature/source/test_nested.cpp:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19static void CallExecuteString_gen(asIScriptGeneric *gen)
20{
21 string str = ((CScriptString*)gen->GetArgAddress(0))->buffer;
22 CallExecuteString(str);
23}
24
25static int i = 0;
26

Callers

nothing calls this directly

Calls 2

CallExecuteStringFunction · 0.85
GetArgAddressMethod · 0.80

Tested by

no test coverage detected