MCPcopy Create free account
hub / github.com/CytopiaTeam/Cytopia / RemoveLast

Method RemoveLast

external/as_add_on/scriptarray/scriptarray.cpp:884–887  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

882}
883
884void 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
890const void *CScriptArray::At(asUINT index) const

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected