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

Method getSize

Engine/source/core/volume.cpp:346–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344}
345
346U64 FileNode::getSize()
347{
348 Attributes attrs;
349
350 bool success = getAttributes( &attrs );
351
352 if ( !success )
353 return 0;
354
355 return attrs.size;
356}
357
358U32 FileNode::getChecksum()
359{

Callers 15

updateReflectionMethod · 0.45
getRefractTexMethod · 0.45
addNotificationMethod · 0.45
removeNotificationMethod · 0.45
startNotifierMethod · 0.45
copyFileMethod · 0.45
ReadFileFunction · 0.45
setTextureStagesMethod · 0.45
_setShaderConstantsMethod · 0.45
setTextureStagesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected