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

Function ScriptCreateCoRoutine_generic

sdk/add_on/contextmgr/contextmgr.cpp:101–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void ScriptCreateCoRoutine_generic(asIScriptGeneric *gen)
102{
103 asIScriptFunction *func = reinterpret_cast<asIScriptFunction*>(gen->GetArgAddress(0));
104 CScriptDictionary *dict = reinterpret_cast<CScriptDictionary*>(gen->GetArgAddress(1));
105 ScriptCreateCoRoutine(func, dict);
106}
107#endif
108
109CContextMgr::CContextMgr()

Callers

nothing calls this directly

Calls 2

ScriptCreateCoRoutineFunction · 0.85
GetArgAddressMethod · 0.80

Tested by

no test coverage detected