GetModDescription - Game

SKSE Member of: Game Script

Returns the specified mod indexes description. (This function requires SKSE)

SyntaxEdit

string Function GetModDescription(int modIndex) native global

Return ValueEdit

Returns the Description of the specified mod.

ExamplesEdit

Debug.Trace(Game.GetModDescription(0));Gets the 0th Indexes Mod Description.


See AlsoEdit