- 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
Debug.Trace(Game.GetModDescription(0));Gets the 0th Indexes Mod Description.Auto-Generated Example
int myInt__modIndex
string returnedValue = Game.GetModDescription(myInt__modIndex)Related Pages
- Game
- Game.GetModName(...)
- Game.GetModAuthor(...)
- Game.GetModCount()
