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

Method getModifiedTime

Engine/source/core/volume.cpp:322–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320}
321
322Time FileNode::getModifiedTime()
323{
324 Attributes attrs;
325
326 bool success = getAttributes( &attrs );
327
328 if ( !success )
329 return Time();
330
331 return attrs.mtime;
332}
333
334Time FileNode::getCreatedTime()
335{

Callers 3

executeFileFunction · 0.80
compiledFileNeedsUpdateFunction · 0.80

Calls 1

TimeClass · 0.85

Tested by

no test coverage detected