Background for Fallout 4
Member of the MCM script
voidfunctionSetModSettingFloat(stringasModName, stringasSettingName, floatafValue)NativeGlobal


Caveats


Parameters

stringasModName

stringasSettingName

floatafValue


Examples

Auto-Generated Example

string myString__asModName
string myString__asSettingName
float myFloat__afValue

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