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

Method getSize

Engine/source/core/volume.cpp:276–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274}
275
276U64 FileNode::getSize()
277{
278 Attributes attrs;
279
280 bool success = getAttributes( &attrs );
281
282 if ( !success )
283 return 0;
284
285 return attrs.size;
286}
287
288U32 FileNode::getChecksum()
289{

Callers 15

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

Calls

no outgoing calls

Tested by

no test coverage detected