| 264 | } |
| 265 | |
| 266 | asUINT CScriptArray_opForValue1(asUINT iter, const CScriptArray*) |
| 267 | { |
| 268 | return iter; |
| 269 | } |
| 270 | |
| 271 | // Registers the template array type |
| 272 | void RegisterScriptArray(asIScriptEngine *engine, bool defaultArray) |
no outgoing calls
no test coverage detected