SetGameSettingFloat - Game

From the Fallout4 CreationKit Wiki
Revision as of 21:55, 21 December 2018 by imported>Qazaaq (added notes and descriptions)
Jump to navigation Jump to search
This article has been flagged as incomplete.
Please help improve the wiki by learning how to contribute.

F4SE Member of: Game Script
Requires F4SE version 0.3.2 or higher.

Sets the float value of a Game Setting.

Syntax

Function SetGameSettingFloat(string asSetting, float afValue) Native Global

Parameters

  • asSetting: The setting name and section.
  • afValue: The new value to use.

Return Value

  • None

Examples

Utility.SetINIFloat("fDefault1stPersonFOV:Display", 100.0)

Notes

  • Changes to INI settings require including the section that the setting is in.

See Also