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

Method GetBuffer

external/as_add_on/scriptarray/scriptarray.cpp:911–914  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

909}
910
911void *CScriptArray::GetBuffer()
912{
913 return buffer->data;
914}
915
916
917// internal

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected