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

Method GetSize

external/as_add_on/scriptarray/scriptarray.cpp:601–604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

599}
600
601asUINT CScriptArray::GetSize() const
602{
603 return buffer->numElements;
604}
605
606bool CScriptArray::IsEmpty() const
607{

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected