GetOptionalPatch

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

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

[help]
(patchEnabled:0/1) GetOptionalPatch patchName:string

Example

set bPatchEnabled to GetOptionalPatch "bIgnoreDTDRFix"
set bPatchEnabled to GetOptionalPatch "bEnableFO3Repair" 

See Also