SetINIBool - Utility

From Creation Kit
Jump to: navigation, search

Member of: Utility Script

Sets a boolean INI setting's value.

Contents

Syntax

Function SetINIBool(string ini, bool value) native global

Parameters

  • ini: The ini setting to set
  • value: The value to give it

Return Value

None

Notes

This function can only change the values of pre-defined ini settings in Skyrim.ini and SkyrimPrefs.ini and only during the current game session. It cannot create new settings and does not save them to an ini file.

Examples

; Set the "bRandomSetting" in the "[CoolSettings]" section to true
Utility.SetINIBool("bRandomSetting:CoolSettings", true)

See Also

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox
coming
coming
coming
coming