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

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()

ModfileCreator constructor.

setPath

Void ModfileCreator::setPath(path:String)
Name Type Description
path String Local mod directory path.

setVersion

Void ModfileCreator::setVersion(version:String)
Name Type Description
version String The release version this file represents.

setChangelog

Void ModfileCreator::setChangelog(changelog:String)
Name Type Description
changelog String List of all changes in this file release.

setActive

Void ModfileCreator::setActive(active:Bool)
Name Type Description
active Bool Indicates if the file is accessible to public.

setFilehash

Void ModfileCreator::setFilehash(filehash:String)
Name Type Description
filehash String MD5 hash of the modfile.
Clone this wiki locally