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

modio::ModfileEditor

Ahmed Castro edited this page Aug 29, 2018 · 1 revision

Object needed to update a modio::Modfile using the editModfile function.

ModfileEditor

ModfileEditor::ModfileEditor()

ModfileEditor constructor.

setVersion

void ModfileEditor::setVersion(const std::string& path version)
Name Type Description
version const std::string& path The release version this file represents.

setChangelog

void ModfileEditor::setChangelog(const std::string& path changelog)
Name Type Description
changelog const std::string& path List of all changes in this file release.

setActive

void ModfileEditor::setActive(bool active)
Name Type Description
active bool Indicates if the file is accessible to public.

Contents

Clone this wiki locally