SetGameSettingFloat - Game

From the Fallout4 CreationKit Wiki
Revision as of 22:20, 21 December 2018 by imported>Qazaaq (Undo revision 10984 by Scrivener07 (talk))
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.

Placeholder Description.

Syntax

Function SetGameSettingFloat(string asSetting, float afValue) Native Global

Parameters

  • asSetting: Placeholder Description.
  • afValue: Placeholder Description.

Return Value

  • None

Examples

; Placeholder Code.

See Also