GetModDescription - Game

Revision as of 02:33, 27 February 2013 by imported>Wafflesalot (Created page with "Category:Scripting Category:Papyrus Category:SKSE '''SKSE Member of:''' Game Script Returns the specified mod indexes description. (This function requires SKS...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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