- Found in:
- SKSE
Description
Wiki Description
Returns the count of mods that the specified mod depends upon. (This function requires SKSE)
Documentation Comment
gets the count of mods the specified mod depends upon
Parameters
intmodIndex
Examples
No human-generated examples found for this function.
Auto-Generated Example
int myInt__modIndex
int returnedValue = Game.GetModDependencyCount(myInt__modIndex)