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


Caveats


Parameters

stringasModName

stringasSettingName

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.