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

[DEV SERVER] Loading description...


Caveats


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.GetLoadedLightModDescriptions(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.