Background for Fallout 4
Member of the MCM script
voidfunctionSetModSettingBool(stringasModName, stringasSettingName, boolabValue)NativeGlobal


Parameters

  1. stringasModName

  2. stringasSettingName

  3. boolabValue


Examples

Auto-Generated Example

string myString__asModName
string myString__asSettingName
bool myBool__abValue

MCM.SetModSettingBool(myString__asModName, myString__asSettingName, myBool__abValue)
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.