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

Method Resize

external/as_add_on/scriptarray/scriptarray.cpp:645–651  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

643}
644
645void CScriptArray::Resize(asUINT numElements)
646{
647 if( !CheckMaxSize(numElements) )
648 return;
649
650 Resize((int)numElements - (int)buffer->numElements, (asUINT)-1);
651}
652
653void CScriptArray::RemoveRange(asUINT start, asUINT count)
654{

Callers 1

Calls 2

DestructFunction · 0.85
ConstructFunction · 0.50

Tested by

no test coverage detected