Background for Skyrim SE
Member of the DbSkseFunctions script
string[]functionGetLoadedLightModNames(intsortOption=0)NativeGlobal

Description

Documentation Comment

Sort options are as follows. 0 = not sorted, 1 = sorted by name ascending, 2 = sorted by name descending.


Caveats


Parameters

intsortOption=0


Examples

Auto-Generated Example

int myInt__sortOption

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