MCPcopy Create free account
hub / github.com/anjo76/angelscript / RemoveLast

Method RemoveLast

sdk/add_on/scriptarray/scriptarray.cpp:946–949  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

944}
945
946void 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
952const void *CScriptArray::At(asUINT index) const

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected