MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / getAttributes

Method getAttributes

Engine/source/core/memVolume.cpp:335–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333 }
334
335 bool MemFile::getAttributes(Attributes* attr)
336 {
337 return mFileData->getAttributes(attr);
338 }
339
340 U32 MemFile::calculateChecksum()
341 {

Callers 4

readMethod · 0.45
getFileAttributesMethod · 0.45
isDirectoryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected