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

Description

Documentation Comment

Get all loaded mod names, (regular mods and light mods)
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.GetAllLoadedModNames(myInt__sortOption)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.