MCPcopy 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

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

Calls

no outgoing calls

Tested by

no test coverage detected