MCPcopy 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
543CScriptGrid::~CScriptGrid()
544{
545 if( buffer )
546 {
547 DeleteBuffer(buffer);
548 buffer = 0;
549 }
550 if( objType ) objType->Release();
551}
552
553asUINT CScriptGrid::GetWidth() const
554{

Callers 1

ReleaseMethod · 0.95

Calls 1

ReleaseMethod · 0.45

Tested by

no test coverage detected