| 607 | } |
| 608 | |
| 609 | void *CScriptGrid::At(asUINT x, asUINT y) |
| 610 | { |
| 611 | return At(buffer, x, y); |
| 612 | } |
| 613 | |
| 614 | // Return a pointer to the array element. Returns 0 if the index is out of bounds |
| 615 | void *CScriptGrid::At(SGridBuffer *buf, asUINT x, asUINT y) |