Background for Skyrim SE
Member of the SHESON_DynDOLOD_Plugin script
stringfunctionGetConfig(stringfile="one", stringkey, stringdefault="")NativeGlobal

Description

Documentation Comment

Gets the value for key from [config] section, none for global or LODName file


Caveats


Parameters

stringfile="one"

stringkey

stringdefault=""


Examples

Auto-Generated Example

string myString__file
string myString__key
string myString__default

string returnedValue = SHESON_DynDOLOD_Plugin.GetConfig(myString__file, myString__key, myString__default)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.