Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anjo76/angelscript
/ IsEmpty
Method
IsEmpty
sdk/add_on/scriptarray/scriptarray.cpp:668–671 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
666
}
667
668
bool CScriptArray::IsEmpty() const
669
{
670
return buffer->numElements == 0;
671
}
672
673
void CScriptArray::Reserve(asUINT maxElements)
674
{
Callers
1
ScriptArrayIsEmpty_Generic
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected