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

Method InsertLast

sdk/add_on/scriptarray/scriptarray.cpp:926–929  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

924}
925
926void CScriptArray::InsertLast(void *value)
927{
928 InsertAt(buffer->numElements, value);
929}
930
931void CScriptArray::RemoveAt(asUINT index)
932{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected