- Found in:
- SKSE
Description
Wiki Description
Returns the Mod Author of the specified mod Index. (This function requires SKSE)
Documentation Comment
returns the author of the mod at the specified modIndex
Caveats
CK Wiki - Notes
- A fair majority of mods do not have a specified author and as such many mods will return a "DEFAULT" string.
Parameters
intmodIndex
Examples
No human-generated examples found for this function.
Auto-Generated Example
int myInt__modIndex
string returnedValue = Game.GetModAuthor(myInt__modIndex)Related Pages
- Game
- Game.GetModCount()
- Game.GetModName(...)
- Game.GetModDescription(...)
