Difference between revisions of "Game Script"
Jump to navigation
Jump to search
→SKSE Global Functions: GMST Functions
imported>Seigneur Voland m |
imported>JustinOther (→SKSE Global Functions: GMST Functions) |
||
Line 274: | Line 274: | ||
'''Function [[ModPerkPoints - Game|ModPerkPoints]](int perkPoints)''' | '''Function [[ModPerkPoints - Game|ModPerkPoints]](int perkPoints)''' | ||
*Changes the number of perk points available to the player by the specified amount. | *Changes the number of perk points available to the player by the specified amount. | ||
'''Function [[SetGameSettingBool - Game|SetGameSettingBool]](String setting, bool value)''' | |||
*Changes the value of boolean Game Settings. | |||
'''Function [[SetGameSettingInt - Game|SetGameSettingInt]](String setting, int value)''' | |||
*Changes the value of integer Game Settings. | |||
'''Function [[SetGameSettingFloat - Game|SetGameSettingFloat]](String setting, float value)''' | |||
*Changes the value of float Game Settings. | |||
'''Function [[SetGameSettingString - Game|SetGameSettingString]](String setting, string value)''' | |||
*Changes the value of string Game Settings. | |||
== Member Functions == | == Member Functions == |