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

Modfiles

turupawn edited this page Feb 6, 2019 · 9 revisions

addModfile

addModfile(mod_id:Int, modfile_creator:ModfileCreator, callback:(response:Dynamic)):Int

Uploads a file to the corresponding mod. Use the ModfileCreator object to fill the fields.

SDK documentation: modioAddModfile

API documentation: Add Modfile

Function parameters

Name Type Description
mod_id Int Mod's unique identifier.
modfile_creator ModfileCreator ModfileCreator object.
callback (response:Dynamic) Function called once the process finished.

Callback parameters

Name Type Description
response Dynamic Response object
Clone this wiki locally