| 560 | } |
| 561 | |
| 562 | void *CScriptGrid::At(asUINT x, asUINT y) { |
| 563 | return At(buffer, x, y); |
| 564 | } |
| 565 | |
| 566 | // Return a pointer to the array element. Returns 0 if the index is out of bounds |
| 567 | void *CScriptGrid::At(SGridBuffer *buf, asUINT x, asUINT y) { |
no test coverage detected