Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deathkiller/jazz2-native
/ GetSize
Method
GetSize
Sources/Jazz2/Scripting/RegisterArray.cpp:572–575 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
570
}
571
572
std::uint32_t CScriptArray::GetSize() const
573
{
574
return buffer->numElements;
575
}
576
577
bool CScriptArray::IsEmpty() const
578
{
Callers
4
AddScriptFromFile
Method · 0.45
CScriptArray
Method · 0.45
InsertAt
Method · 0.45
operator==
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected