MCPcopy 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
591CScriptArray::~CScriptArray()
592{
593 if( buffer )
594 {
595 DeleteBuffer(buffer);
596 buffer = 0;
597 }
598 if( objType ) objType->Release();
599}
600
601asUINT CScriptArray::GetSize() const
602{

Callers 1

ReleaseMethod · 0.95

Calls 1

ReleaseMethod · 0.45

Tested by

no test coverage detected