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
ModfileCreator
Ahmed Castro edited this page Sep 8, 2018
·
4 revisions
Object needed to create a Modfile object using the addModfile method.
ModfileCreator::ModfileCreator()
ModfileCreator constructor.
Void ModfileCreator::setPath(path:String)
Name | Type | Description |
---|---|---|
path | String |
Local mod directory path. |
Void ModfileCreator::setVersion(version:String)
Name | Type | Description |
---|---|---|
version | String |
The release version this file represents. |
Void ModfileCreator::setChangelog(changelog:String)
Name | Type | Description |
---|---|---|
changelog | String |
List of all changes in this file release. |
Void ModfileCreator::setActive(active:Bool)
Name | Type | Description |
---|---|---|
active | Bool |
Indicates if the file is accessible to public. |
Void ModfileCreator::setFilehash(filehash:String)
Name | Type | Description |
---|---|---|
filehash | String |
MD5 hash of the modfile. |