Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CytopiaTeam/Cytopia
/ ~CScriptArray
Method
~CScriptArray
external/as_add_on/scriptarray/scriptarray.cpp:591–599 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
589
}
590
591
CScriptArray::~CScriptArray()
592
{
593
if( buffer )
594
{
595
DeleteBuffer(buffer);
596
buffer = 0;
597
}
598
if( objType ) objType->Release();
599
}
600
601
asUINT CScriptArray::GetSize() const
602
{
Callers
1
Release
Method · 0.95
Calls
1
Release
Method · 0.45
Tested by
no test coverage detected