GetINIFloat - Utility

Revision as of 10:23, 10 November 2012 by imported>JustinOther (Created page with "Category:Scripting Category:Papyrus Category:SKSE '''SKSE Member of:''' UI Script {{SKSEFunction|1.04.02}} '''Member of:''' Utility Script Gets a float I...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

SKSE Member of: UI Script

Minimum required SKSE Version: 1.04.02 Member of: Utility Script

Gets a float INI setting's value.

SyntaxEdit

Function GetINIFloat(String ini) Native Global

ParametersEdit

ini: The ini setting to get

Return ValueEdit

Returns the value of the specified float INI setting.

NotesEdit

This works for Bethesda created settings only, whether in Skyrim.ini, SkyrimPrefs.ini, or YourLoadedPlugin.ini. Note that, in that order, each INI will override the setting(s) of the previous INI file(s).

ExamplesEdit

Utility.GetINIfloat("fMouseHeadingSensitivity:Controls") ; Get the value of "fMouseHeadingSensitivity" in the "[Controls]" section

See AlsoEdit