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 27
modio::ModfileCreator
Ahmed Castro edited this page Sep 7, 2018
·
4 revisions
Object needed to create a modio::Modfile using the addModfile method.
ModfileCreator::ModfileCreator()
ModfileCreator constructor.
void ModfileCreator::setPath(const std::string& path)
Name | Type | Description |
---|---|---|
path | const std::string& path |
Local mod directory path. |
void ModfileCreator::setVersion(const std::string& version)
Name | Type | Description |
---|---|---|
version | const std::string& path |
The release version this file represents. |
void ModfileCreator::setChangelog(const std::string& changelog)
Name | Type | Description |
---|---|---|
changelog | const std::string& path |
List of all changes in this file release. |
void ModfileCreator::setActive(bool active)
Name | Type | Description |
---|---|---|
active | bool |
Indicates if the file is accessible to public. |
void ModfileCreator::setFilehash(const std::string& filehash)
Name | Type | Description |
---|---|---|
filehash | const std::string& |
MD5 hash of the modfile. |
- Home
- Table of Contents
- Getting Started
- SDK Methods
- Creators
- Editors
- Schemas
- modio::Avatar
- modio::Comment
- modio::Dependency
- modio::Download
- modio::Error
- modio::Filehash
- modio::Game
- modio::GameTagOption
- modio::Header
- modio::Icon
- modio::Image
- modio::InstalledMod
- modio::Logo
- modio::Media
- modio::MetadataKVP
- modio::Mod
- modio::ModEvent
- modio::Modfile
- modio::QueuedModDownload
- modio::QueuedModfileUpload
- modio::Rating
- modio::Response
- modio::Stats
- modio::Tag
- modio::User
- Debugging
- Constants
-
C Compatibility
- Methods
- Initialization, Process and Shutdown (C compatible)
- User Authentication (C compatible)
- Mods (C compatible)
- Modfiles (C compatible)
- Media (C compatible)
- Subscriptions (C compatible)
- Events (C compatible)
- Stats (C compatible)
- Tags (C compatible)
- Ratings (C compatible)
- Metadata KVP (C compatible)
- Dependencies (C compatible)
- Comments (C compatible)
- Reports (C compatible)
- Me (C compatible)
- Downloads (C compatible)
- Uploads (C compatible)
- Logs (C compatible)
- External Auth (C compatible)
- Configuration (C compatible)
- Creators
- Editors
- Schemas
- ModioAvatar
- ModioComment
- ModioDependency
- ModioDownload
- ModioError
- ModioFilehash
- ModioGame
- ModioGameTagOption
- ModioHeader
- ModioIcon
- ModioImage
- ModioInstalledMod
- ModioListNode
- ModioLogo
- ModioMedia
- ModioMetadataKVP
- ModioMod
- ModioModEvent
- ModioModfile
- ModioQueuedModDownload
- ModioQueuedModfileUpload
- ModioRating
- ModioResponse
- ModioStats
- ModioTag
- ModioUser
- Methods
- Building