GetOptionalPatch
From GECK
A function added by the JIP NVSE Plugin.
Contents
Description
Returns whether or not an optional Game Patch provided by JIP LN, is currently enabled. Please see SetOptionalPatch for more in-depth details.
Syntax
(patchEnabled:0/1) GetOptionalPatch patchName:string
Example
set bPatchEnabled to GetOptionalPatch "bIgnoreDTDRFix"
set bPatchEnabled to GetOptionalPatch "bEnableFO3Repair"
See Also
- SetOptionalPatch
- GetJohnnyPatch - JohnnyGuitar NVSE equivalent of this function.
- ReadStringFromFile - Could also be used to read setting values from JIP LN's config file.