Difference between revisions of "Game Script"

Jump to navigation Jump to search
285 bytes added ,  05:58, 27 February 2013
→‎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 ==
Anonymous user

Navigation menu