Difference between revisions of "SetGameSettingFloat - Game"

154 bytes removed ,  22:20, 21 December 2018
Undo revision 10984 by Scrivener07 (talk)
imported>Qazaaq
(added notes and descriptions)
imported>Qazaaq
(Undo revision 10984 by Scrivener07 (talk))
Line 3: Line 3:
{{Template:Papyrus:RequiredF4SE|version=0.3.2}}
{{Template:Papyrus:RequiredF4SE|version=0.3.2}}


Sets the float value of a [[Game Setting]].  
Placeholder Description.


== Syntax ==
== Syntax ==
Line 11: Line 11:


== Parameters ==
== Parameters ==
*asSetting: The setting name and section.
*asSetting: Placeholder Description.
*afValue: The new value to use.
*afValue: Placeholder Description.


== Return Value ==
== Return Value ==
Line 19: Line 19:
== Examples ==
== Examples ==
<source lang="papyrus">
<source lang="papyrus">
Utility.SetINIFloat("fDefault1stPersonFOV:Display", 100.0)
; Placeholder Code.
</source>
</source>
== Notes ==
*Changes to INI settings require including the section that the setting is in.


== See Also ==
== See Also ==
Anonymous user