Background for Skyrim SE
Member of the DbSkseFunctions script
string[]functionGetLoadedModDescriptions(intsortOption=0, intmaxCharacters=0, stringoverMaxCharacterSuffix="..", stringnewLineReplacer="")NativeGlobal

Description

Documentation Comment

get loaded mod descriptions.
if maxCharacters is greater than 0, limits the number of characters for descriptions.
If a description exceeds maxCharacters, adds the overMaxCharacterSuffix to the end of the description.
Sort options are as follows. 0 = not sorted, 1 = sorted by Description ascending, 2 = sorted by Description descending, 3 sorted by mod name ascending, 4 = sorted by mod name descending.


Parameters

  1. intsortOption=0

  2. intmaxCharacters=0

  3. stringoverMaxCharacterSuffix=".."

  4. stringnewLineReplacer=""


Examples

Auto-Generated Example

int myInt__sortOption
int myInt__maxCharacters
string myString__overMaxCharacterSuffix
string myString__newLineReplacer

string[] returnedValue = DbSkseFunctions.GetLoadedModDescriptions(myInt__sortOption, myInt__maxCharacters, myString__overMaxCharacterSuffix, myString__newLineReplacer)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.