Documentation ¶
Index ¶
- Constants
- func GetModFromNexus(url string) (found bool, mod *mods.Mod, err error)
- func GetModFromNexusByID(game config.Game, id int) (found bool, mod *mods.Mod, err error)
- func GetModFromNexusForMod(in *mods.Mod) (found bool, mod *mods.Mod, err error)
- func GetNewestMods(game config.Game, lastID int) (result []*mods.Mod, err error)
- func IsNexus(url string) bool
- func NexusGameToGame(game NexusGame) config.Game
- type NexusFile
- type NexusGame
- type NexusGameID
Constants ¶
View Source
const ( FFI NexusGame = "finalfantasypixelremaster" FFII NexusGame = "finalfantasy2pixelremaster" FFIII NexusGame = "finalfantasy3pixelremaster" FFIV NexusGame = "finalfantasy4pixelremaster" FFV NexusGame = "finalfantasy5pixelremaster" FFVI NexusGame = "finalfantasy6pixelremaster" IdFFI NexusGameID = 3934 IdFFII NexusGameID = 3958 IdFFIII NexusGameID = 3942 IdFFIV NexusGameID = 4022 IdFFV NexusGameID = 4137 IdFFVI NexusGameID = 4335 // NexusFileDownload file_id, NexusGameID NexusFileDownload = "https://www.nexusmods.com/Core/Libs/Common/Widgets/DownloadPopUp?id=%d&game_id=%v" )
Variables ¶
This section is empty.
Functions ¶
func GetModFromNexusByID ¶
func GetModFromNexusForMod ¶
func GetNewestMods ¶
func NexusGameToGame ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.