Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anjo76/angelscript
/ ~CScriptArray
Method
~CScriptArray
sdk/add_on/scriptarray/scriptarray.cpp:653–661 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
651
}
652
653
CScriptArray::~CScriptArray()
654
{
655
if( buffer )
656
{
657
DeleteBuffer(buffer);
658
buffer = 0;
659
}
660
if( objType ) objType->Release();
661
}
662
663
asUINT CScriptArray::GetSize() const
664
{
Callers
1
Release
Method · 0.95
Calls
1
Release
Method · 0.45
Tested by
no test coverage detected