Background for Skyrim SE
Member of the Game script
stringfunctionGetModDescription(intmodIndex)NativeGlobal

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


Caveats


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


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.