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

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

Last updated