| 293 | } |
| 294 | |
| 295 | int Script::Item(lua_State *pState) { |
| 296 | SCRIPT_BEGIN(pState) |
| 297 | SCRIPT_ERROR("This collection doesn't implement call operator, use [] operator rather") |
| 298 | SCRIPT_END |
| 299 | return 0; |
| 300 | } |
| 301 | |
| 302 | |
| 303 | int Script::IndexCollection(lua_State* pState) { |
nothing calls this directly
no outgoing calls
no test coverage detected