- Found in:
- SKSE
Description
Wiki Description
Returns the number of light mods currently active. (This function requires SKSE)
Documentation Comment
light mod functions
Caveats
CK Wiki - Notes
- By the number of mods, it refers to the number of plugins with the ESL flag set in the load order, as mods can have multiple .esps or .esms the number that is returned can be higher than actual mods.
Examples
No human-generated examples found for this function.
Auto-Generated Example
int returnedValue = Game.GetLightModCount()Related Pages
- Game
- Game.GetLightModName(...)
- Game.GetLightModAuthor(...)
- Game.GetLightModDescription(...)
