Difference between revisions of "SetGameSettingString - Game"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
(added f4se member)
(No difference)

Revision as of 15:06, 21 January 2018

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 SetGameSettingString(string asSetting, string asValue) Native Global

Parameters

  • asSetting: Placeholder Description.
  • asValue: Placeholder Description.

Return Value

  • None

Examples

; Placeholder Code.

See Also