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

Method getAttributes

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

Source from the content-addressed store, hash-verified

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

Callers 3

readMethod · 0.45
getFileAttributesMethod · 0.45
isDirectoryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected