Difference between revisions of "GetINIString - Utility"
Jump to navigation
Jump to search
m
→Examples: Poofread
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 string ...") |
imported>JustinOther m (→Examples: Poofread) |
||
Line 25: | Line 25: | ||
== Examples == | == Examples == | ||
<source lang="papyrus"> | <source lang="papyrus"> | ||
Utility. | Utility.GetINIString("sLanguage:General") ; Get the value of "sLanguage" in the "[General]" section | ||
</source> | </source> | ||