| 944 | } |
| 945 | |
| 946 | void CScriptArray::RemoveLast() |
| 947 | { |
| 948 | RemoveAt(buffer->numElements-1); |
| 949 | } |
| 950 | |
| 951 | // Return a pointer to the array element. Returns 0 if the index is out of bounds |
| 952 | const void *CScriptArray::At(asUINT index) const |
no outgoing calls
no test coverage detected