Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
663
asUINT CScriptArray::GetSize() const
664
{
665
return buffer->numElements;
666
}
667
668
bool CScriptArray::IsEmpty() const
669
{
Callers
5
CScriptArray_opForEnd
Function · 0.45
CScriptArray
Method · 0.45
InsertAt
Method · 0.45
operator==
Method · 0.45
ScriptArrayLength_Generic
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected