| 99 | } |
| 100 | |
| 101 | void 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 | |
| 109 | CContextMgr::CContextMgr() |
nothing calls this directly
no test coverage detected