Difference between revisions of "SetGameSettingInt - Game"

Jump to navigation Jump to search
298 bytes added ,  12:35, 23 December 2018
Added Description and example
imported>Qazaaq
(added f4se member)
 
imported>Mr Stealyogir
(Added Description and example)
 
Line 3: Line 3:
{{Template:Papyrus:RequiredF4SE|version=0.3.2}}
{{Template:Papyrus:RequiredF4SE|version=0.3.2}}


Placeholder Description.
This function sets a Game Setting to the specified value.
 
These include all the variables listed under Gameplay->Settings menu in the creation kit, but *does not* include variables set in the ini files. To set ini variables see [[SetINIInt - Utility|SetINIInt]].


== Syntax ==
== Syntax ==
Line 19: Line 21:
== Examples ==
== Examples ==
<source lang="papyrus">
<source lang="papyrus">
; Placeholder Code.
; Sets the Arrow Max Count to 11
Game.SetGameSettingInt("iArrowMaxCount", 11)
</source>
</source>


Navigation menu