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

Method stopNotifier

Engine/source/core/volume.cpp:182–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182void FileSystemChangeNotifier::stopNotifier()
183{
184 mNotifying = false;
185
186 Process::remove( this, &FileSystemChangeNotifier::process );
187}
188
189/// Makes sure paths going in and out of the notifier will have the same format
190String FileSystemChangeNotifier::cleanPath(const Path& dir)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected