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

Function StopFileChangeNotifications

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

Source from the content-addressed store, hash-verified

1300
1301void StartFileChangeNotifications() { sgMountSystem.startFileChangeNotifications(); }
1302void StopFileChangeNotifications() { sgMountSystem.stopFileChangeNotifications(); }
1303
1304S32 GetNumMounts() { return sgMountSystem.getNumMounts(); }
1305String GetMountRoot( S32 index ) { return sgMountSystem.getMountRoot(index); }

Callers 1

Calls 1

Tested by

no test coverage detected