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

Method startFileChangeNotifications

Engine/source/core/volume.cpp:986–995  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

984}
985
986void MountSystem::startFileChangeNotifications()
987{
988 for ( U32 i = 0; i < mMountList.size(); i++ )
989 {
990 FileSystemChangeNotifier *notifier = mMountList[i].fileSystem->getChangeNotifier();
991
992 if ( notifier != NULL && !notifier->isNotifying() )
993 notifier->startNotifier();
994 }
995}
996
997void MountSystem::stopFileChangeNotifications()
998{

Callers 1

Calls 4

getChangeNotifierMethod · 0.80
isNotifyingMethod · 0.80
startNotifierMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected