| 882 | } |
| 883 | |
| 884 | void CScriptArray::RemoveLast() |
| 885 | { |
| 886 | RemoveAt(buffer->numElements-1); |
| 887 | } |
| 888 | |
| 889 | // Return a pointer to the array element. Returns 0 if the index is out of bounds |
| 890 | const void *CScriptArray::At(asUINT index) const |
no outgoing calls
no test coverage detected