Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CytopiaTeam/Cytopia
/ IsEmpty
Method
IsEmpty
external/as_add_on/scriptarray/scriptarray.cpp:606–609 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
604
}
605
606
bool CScriptArray::IsEmpty() const
607
{
608
return buffer->numElements == 0;
609
}
610
611
void CScriptArray::Reserve(asUINT maxElements)
612
{
Callers
1
ScriptArrayIsEmpty_Generic
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected