[dismiss]
This wiki is a copy of the original Skyrim CK wiki created and maintained by the UESP.net. See CreationKit:Copy Notice for more info.
GetModDescription - Game
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.