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

Method getChangeNotifier

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

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

Source from the content-addressed store, hash-verified

312 /// @see FS::AddChangeNotification
313 /// @see FS::RemoveChangeNotification
314 FileSystemChangeNotifier *getChangeNotifier() { return mChangeNotifier; }
315
316 bool isReadOnly() { return mReadOnly; }
317

Callers 6

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

Calls

no outgoing calls

Tested by

no test coverage detected