Difference between revisions of "Game Script"
Jump to navigation
Jump to search
Re-order F4SE Global functions
imported>ShadeMe (Add missing F4SE global functions, and "F4SE" to section header) |
imported>ShadeMe (Re-order F4SE Global functions) |
||
Line 257: | Line 257: | ||
*Function [[SetGameSettingBool - Game|SetGameSettingBool]](string asSetting, bool abValue) | *Function [[SetGameSettingBool - Game|SetGameSettingBool]](string asSetting, bool abValue) | ||
**Set the value of a boolean GameSetting. | **Set the value of a boolean GameSetting. | ||
*Function [[SetGameSettingFloat - Game|SetGameSettingFloat]](string asSetting, float afValue) | *Function [[SetGameSettingFloat - Game|SetGameSettingFloat]](string asSetting, float afValue) | ||
**Set the value of a float GameSetting. | **Set the value of a float GameSetting. | ||
*Function [[SetGameSettingInt - Game|SetGameSettingInt]](string asSetting, int aiValue) | |||
**Set the value of an int GameSetting. | |||
*Function [[SetGameSettingString - Game|SetGameSettingString]](string asSetting, string asString) | *Function [[SetGameSettingString - Game|SetGameSettingString]](string asSetting, string asString) |