- Found in:
- SKSE
Description
Wiki Description
Returns the specified mod indexes description. (This function requires SKSE)
Documentation Comment
returns the description of the mod at the specified modIndex
Parameters
intmodIndex
Examples
No human-generated examples found for this function.
Auto-Generated Example
int myInt__modIndex
string returnedValue = Game.GetModDescription(myInt__modIndex)Related Pages
- Game
- Game.GetModName(...)
- Game.GetModAuthor(...)
- Game.GetModCount()
