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

Method CScriptFile

external/as_add_on/scriptfile/scriptfile.cpp:243–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243CScriptFile::CScriptFile()
244{
245 refCount = 1;
246 file = 0;
247 mostSignificantByteFirst = false;
248}
249
250CScriptFile::~CScriptFile()
251{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected