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

circle-exclamation
circle-info

Only the script that registered the save handler can unregister it.

Last updated