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

Method getChangeNotifier

Engine/source/core/volume.h:321–321  ·  view source on GitHub ↗

Returns the file change notifier. @see FS::AddChangeNotification @see FS::RemoveChangeNotification

Source from the content-addressed store, hash-verified

319 /// @see FS::AddChangeNotification
320 /// @see FS::RemoveChangeNotification
321 FileSystemChangeNotifier *getChangeNotifier() { return mChangeNotifier; }
322
323 bool isReadOnly() { return mReadOnly; }
324

Callers 6

AddChangeNotificationFunction · 0.80
RemoveChangeNotificationFunction · 0.80
addNotificationMethod · 0.80
removeNotificationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected