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

Method GetSize

sdk/add_on/scriptarray/scriptarray.cpp:663–666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

661}
662
663asUINT CScriptArray::GetSize() const
664{
665 return buffer->numElements;
666}
667
668bool CScriptArray::IsEmpty() const
669{

Callers 5

CScriptArray_opForEndFunction · 0.45
CScriptArrayMethod · 0.45
InsertAtMethod · 0.45
operator==Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected