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

Method stopFileChangeNotifications

Engine/source/core/volume.cpp:997–1006  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

995}
996
997void MountSystem::stopFileChangeNotifications()
998{
999 for ( U32 i = 0; i < mMountList.size(); i++ )
1000 {
1001 FileSystemChangeNotifier *notifier = mMountList[i].fileSystem->getChangeNotifier();
1002
1003 if ( notifier != NULL && notifier->isNotifying() )
1004 notifier->stopNotifier();
1005 }
1006}
1007
1008bool MountSystem::createPath(const Path& path)
1009{

Callers 1

Calls 4

getChangeNotifierMethod · 0.80
isNotifyingMethod · 0.80
stopNotifierMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected