GetModDescription - Game

From the CreationKit Wiki
Jump to navigation Jump to search

SKSE Member of: Game Script

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

Syntax[edit | edit source]

string Function GetModDescription(int modIndex) native global

Return Value[edit | edit source]

Returns the Description of the specified mod.

Examples[edit | edit source]

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


See Also[edit | edit source]