Background for Fallout 4
Member of the MCM script
intfunctionGetModSettingInt(stringasModName, stringasSetting)NativeGlobal

Description

Documentation Comment

Obtains the value of a mod setting.


Caveats


Parameters

stringasModName

stringasSetting


Examples

Auto-Generated Example

string myString__asModName
string myString__asSetting

int returnedValue = MCM.GetModSettingInt(myString__asModName, myString__asSetting)
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.