Background for Fallout 4
Member of the MCM script
voidfunctionSetModSettingInt(stringasModName, stringasSettingName, intaiValue)NativeGlobal

Description

Documentation Comment

Sets the value of a mod setting.


Caveats


Parameters

stringasModName

stringasSettingName

intaiValue


Examples

Auto-Generated Example

string myString__asModName
string myString__asSettingName
int myInt__aiValue

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