- Found in:
- Dylbills PE
string[]functionGetAllLoadedModDescriptions(intsortOption=0, intmaxCharacters=0, stringoverMaxCharacterSuffix="..", stringnewLineReplacer="")NativeGlobal
Description
Documentation Comment
get all loaded mod descriptions, (regular mods and light mods)
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
intsortOption=0
intmaxCharacters=0
stringoverMaxCharacterSuffix=".."
stringnewLineReplacer=""
Examples
Auto-Generated Example
int myInt__sortOption
int myInt__maxCharacters
string myString__overMaxCharacterSuffix
string myString__newLineReplacer
string[] returnedValue = DbSkseFunctions.GetAllLoadedModDescriptions(myInt__sortOption, myInt__maxCharacters, myString__overMaxCharacterSuffix, myString__newLineReplacer)