Difference between revisions of "SetINIFloat - Utility"
no edit summary
imported>Jlundin (Created page with "Category:Scripting Category:Papyrus '''Member of:''' Utility Script Sets a float INI setting's value. == Syntax == <source lang="papyrus"> Function SetINIFloat(stri...") |
imported>JLundin |
||
Line 16: | Line 16: | ||
== Return Value == | == Return Value == | ||
None | None | ||
== Notes == | |||
This function can only change the values of pre-defined ini settings in Skyrim.ini and SkyrimPrefs.ini and only during the current game session. It cannot create new settings and does not save them to an ini file. | |||
== Examples == | == Examples == |