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

Method startFileChangeNotifications

Engine/source/core/volume.cpp:837–846  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

835}
836
837void MountSystem::startFileChangeNotifications()
838{
839 for ( U32 i = 0; i < mMountList.size(); i++ )
840 {
841 FileSystemChangeNotifier *notifier = mMountList[i].fileSystem->getChangeNotifier();
842
843 if ( notifier != NULL && !notifier->isNotifying() )
844 notifier->startNotifier();
845 }
846}
847
848void MountSystem::stopFileChangeNotifications()
849{

Callers 1

Calls 4

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

Tested by

no test coverage detected