Difference between revisions of "Game Script"
Jump to navigation
Jump to search
→SKSE Global Functions: Added links to GetModName, GetModCount, GetModAuthor and GetModDescription.
imported>JustinOther m (Reverted edits by LuellaHodge1950 (talk) to last revision by JLundin) |
imported>Wafflesalot (→SKSE Global Functions: Added links to GetModName, GetModCount, GetModAuthor and GetModDescription.) |
||
Line 295: | Line 295: | ||
'''Function [[SetGameSettingString - Game|SetGameSettingString]](String setting, string value)''' | '''Function [[SetGameSettingString - Game|SetGameSettingString]](String setting, string value)''' | ||
*Changes the value of string Game Settings. | *Changes the value of string Game Settings. | ||
'''int Function [[GetModCount - Game|GetModCount]]()''' | |||
*Returns the number of mods currently active. | |||
'''string Function [[GetModName - Game|GetModName]](int modIndex)''' | |||
*Returns the mods name at the specified index. | |||
'''string Function [[GetModAuthor - Game|GetModAuthor]](int modIndex)''' | |||
*Returns the specified mod's author. | |||
'''string Function [[GetModDescription - Game|GetModDescription]](int modIndex)''' | |||
*Returns the specified mod's description. | |||
== Member Functions == | == Member Functions == |