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

Method stopFileChangeNotifications

Engine/source/core/volume.cpp:848–857  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

846}
847
848void MountSystem::stopFileChangeNotifications()
849{
850 for ( U32 i = 0; i < mMountList.size(); i++ )
851 {
852 FileSystemChangeNotifier *notifier = mMountList[i].fileSystem->getChangeNotifier();
853
854 if ( notifier != NULL && notifier->isNotifying() )
855 notifier->stopNotifier();
856 }
857}
858
859bool MountSystem::createPath(const Path& path)
860{

Callers 1

Calls 4

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

Tested by

no test coverage detected