Unregister Load Handler
Signature
bool unregisterLoadHandler(string id)Description
Unregisters a load handler for a specific identifier, preventing it from being executed in future occurrences of a save game being loaded.
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 load handler will throw a warning and then be ignored.
Last updated