Difference between revisions of "Game Script"
→SKSE Global Functions: Added links to GetModDependencyCount and GetNthModDependency.
imported>Wafflesalot (→SKSE Global Functions: Added links to GetModName, GetModCount, GetModAuthor and GetModDescription.) |
imported>Wafflesalot (→SKSE Global Functions: Added links to GetModDependencyCount and GetNthModDependency.) |
||
Line 307: | Line 307: | ||
'''string Function [[GetModDescription - Game|GetModDescription]](int modIndex)''' | '''string Function [[GetModDescription - Game|GetModDescription]](int modIndex)''' | ||
*Returns the specified mod's description. | *Returns the specified mod's description. | ||
'''int Function [[GetModDependencyCount - Game|GetModDependencyCount]](int modIndex)''' | |||
*Returns the dependency count of the specified mod. | |||
'''int Function [[GetNthModDependency - Game|GetNthModDependency]](int modIndex, int n)''' | |||
*Returns the mod index of the specified Dependency. | |||
== Member Functions == | == Member Functions == |