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

Function StopFileChangeNotifications

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

Source from the content-addressed store, hash-verified

1129
1130void StartFileChangeNotifications() { sgMountSystem.startFileChangeNotifications(); }
1131void StopFileChangeNotifications() { sgMountSystem.stopFileChangeNotifications(); }
1132
1133S32 GetNumMounts() { return sgMountSystem.getNumMounts(); }
1134String GetMountRoot( S32 index ) { return sgMountSystem.getMountRoot(index); }

Callers 1

Calls 1

Tested by

no test coverage detected