Difference between revisions of "GetINIBool - Utility"
Jump to navigation
Jump to search
no edit summary
imported>JustinOther m (→Examples: Missed parenthesis) |
imported>DAb |
||
Line 28: | Line 28: | ||
</source> | </source> | ||
*Toggle setting: | *Toggle setting: | ||
<source lang="papyrus">Utility.SetINIBool(!Utility.GetINIBool("bShowCompass:Interface")) | <source lang="papyrus">Utility.SetINIBool("bShowCompass:Interface", !Utility.GetINIBool("bShowCompass:Interface")) | ||
</source> | </source> | ||