Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Downloads

Ahmed Castro edited this page Sep 4, 2018 · 7 revisions

installMod

installMod(mod_id:Int):Void

See SDK documentation

uninstallMod

uninstallMod(mod_id:Int):Void

See SDK documentation

pauseDownloads

pauseDownloads():Void

See SDK documentation

resumeDownloads

resumeDownloads():Void

See SDK documentation

prioritizeDownload

prioritizeDownload(mod_id:Int):Void

See SDK documentation

setDownloadListener

setDownloadListener(callback:(response_code:Int, mod_id:Int)):Void

See SDK documentation

getModDownloadQueue

getModDownloadQueue():Array<Dynamic>

See SDK documentation

getInstalledMods

getInstalledMods():Array<Dynamic>

See SDK documentation

getModState

getModState(mod_id:Int):Int

See SDK documentation

Clone this wiki locally