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

Function StartFileChangeNotifications

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

Source from the content-addressed store, hash-verified

1299}
1300
1301void StartFileChangeNotifications() { sgMountSystem.startFileChangeNotifications(); }
1302void StopFileChangeNotifications() { sgMountSystem.stopFileChangeNotifications(); }
1303
1304S32 GetNumMounts() { return sgMountSystem.getNumMounts(); }

Callers 1

Calls 1

Tested by

no test coverage detected