MCPcopy Create free account
hub / github.com/CytopiaTeam/Cytopia / DeleteBuffer

Method DeleteBuffer

external/as_add_on/scriptarray/scriptarray.cpp:938–944  ·  view source on GitHub ↗

internal

Source from the content-addressed store, hash-verified

936
937// internal
938void CScriptArray::DeleteBuffer(SArrayBuffer *buf)
939{
940 Destruct(buf, 0, buf->numElements);
941
942 // Free the buffer
943 userFree(buf);
944}
945
946// internal
947void CScriptArray::Construct(SArrayBuffer *buf, asUINT start, asUINT end)

Callers

nothing calls this directly

Calls 1

DestructFunction · 0.85

Tested by

no test coverage detected