Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MayaPosch/NymphCast
/ ~CScriptGrid
Method
~CScriptGrid
src/server/angelscript/add_on/scriptgrid/scriptgrid.cpp:543–551 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
541
}
542
543
CScriptGrid::~CScriptGrid()
544
{
545
if( buffer )
546
{
547
DeleteBuffer(buffer);
548
buffer = 0;
549
}
550
if( objType ) objType->Release();
551
}
552
553
asUINT CScriptGrid::GetWidth() const
554
{
Callers
1
Release
Method · 0.95
Calls
1
Release
Method · 0.45
Tested by
no test coverage detected