| 2240 | } |
| 2241 | |
| 2242 | static void ScriptArray_opForEnd_Generic(asIScriptGeneric* gen) |
| 2243 | { |
| 2244 | *reinterpret_cast<bool*>(gen->GetAddressOfReturnLocation()) = CScriptArray_opForEnd(gen->GetArgDWord(0), reinterpret_cast<CScriptArray*>(gen->GetObject())); |
| 2245 | } |
| 2246 | |
| 2247 | static void ScriptArray_opForNext_Generic(asIScriptGeneric* gen) |
| 2248 | { |
nothing calls this directly
no test coverage detected