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

Method Resize

sdk/add_on/scriptarray/scriptarray.cpp:707–713  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

705}
706
707void CScriptArray::Resize(asUINT numElements)
708{
709 if( !CheckMaxSize(numElements) )
710 return;
711
712 Resize((int)numElements - (int)buffer->numElements, (asUINT)-1);
713}
714
715void CScriptArray::RemoveRange(asUINT start, asUINT count)
716{

Callers 1

Calls 4

ResizeFunction · 0.85
SetExceptionMethod · 0.80
ConstructFunction · 0.50
DestructFunction · 0.50

Tested by

no test coverage detected