Difference between revisions of "GetINIBool - Utility"
m
→Examples: Typo
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 boolean...") |
imported>JustinOther m (→Examples: Typo) |
||
Line 28: | Line 28: | ||
</source> | </source> | ||
*Toggle setting: | *Toggle setting: | ||
<source lang="papyrus">Utility.SetINIBool(!Utility.GetINIBool("bShowCompass:Interface) | <source lang="papyrus">Utility.SetINIBool(!Utility.GetINIBool("bShowCompass:Interface") | ||
</source> | </source> | ||
== See Also == | == See Also == | ||
*[[Utility Script]] | *[[Utility Script]] |