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

Method getModifiedTime

Engine/source/core/volume.cpp:264–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262}
263
264Time FileNode::getModifiedTime()
265{
266 Attributes attrs;
267
268 bool success = getAttributes( &attrs );
269
270 if ( !success )
271 return Time();
272
273 return attrs.mtime;
274}
275
276U64 FileNode::getSize()
277{

Callers 2

executeFileFunction · 0.80
compiledFileNeedsUpdateFunction · 0.80

Calls 1

TimeClass · 0.85

Tested by

no test coverage detected