ToggleDisableSaves

From GECK
Jump to: navigation, search


A function added by the JohnnyGuitar NVSE Plugin.

Description

Prevents saving until the save is reloaded.

Syntax

[help]
ToggleDisableSaves onOrOff:int(1/0)

Example

ToggleDisableSaves 1 // will disable saves 

Notes

  • Save disabling is stored on a per-mod basis, so if two mods disable saving at some point, it will be disabled until both of them will call ToggleDisableSaves 0, or until the save is reloaded.