Unregister Save Handler
Signature
bool unregisterSaveHandler(string id)Description
Unregisters a save handler for a specific identifier, preventing it from being executed in future occurrences of a save game being saved.
Returns whether the operation was successful (true) or not (false).
Arguments
Identifier
The unique identifier of the save game to unregister.
Notes
Trying to unregister a non-existent save handler will throw a warning and then be ignored.
Last updated