This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Modfiles
turupawn edited this page Feb 6, 2019
·
9 revisions
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
Name | Type | Description |
---|---|---|
mod_id | Int |
Mod's unique identifier. |
modfile_creator | ModfileCreator |
ModfileCreator object. |
callback | (response:Dynamic) |
Function called once the process finished. |
Name | Type | Description |
---|---|---|
response | Dynamic |
Response object |