Background for Skyrim SE
Member of the Game script
intfunctionGetModCount()NativeGlobal

Description

Wiki Description

Returns the number of mods currently active. (This function requires SKSE)

Documentation Comment

returns the number of active mods


Caveats

CK Wiki - Notes

  • By number of mods, it refers to the amount of .esm and .esp files 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.GetModCount()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.