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
ModEditor
Ahmed Castro edited this page Sep 8, 2018
·
2 revisions
Object needed to update a Mod object using the editMod function.
ModEditor::ModEditor()
ModEditor constructor.
void ModEditor::setLogoPath(u32 visible)
Name | Type | Description |
---|---|---|
visible | u32 |
Mod visibility value. |
void ModEditor::setMaturityOption(u32 maturity_option)
Name | Type | Description |
---|---|---|
maturity_option | u32 |
Maturity option value. |
void ModEditor::setStatus(u32 status)
Name | Type | Description |
---|---|---|
status | u32 |
Status value. |
void ModEditor::setName(const std::string& name)
Name | Type | Description |
---|---|---|
name | const std::string& |
Name of the mod. |
void ModEditor::setNameid(const std::string& nameid)
Name | Type | Description |
---|---|---|
nameid | const std::string& |
Unique SEO-friendly mod uri. |
void ModEditor::setSummary(const std::string& summary)
Name | Type | Description |
---|---|---|
summary | const std::string& |
Brief summary of the mod. |
void ModEditor::setDescription(const std::string& description)
Name | Type | Description |
---|---|---|
description | const std::string& |
Description of the mod. |
void ModEditor::setHomepage(const std::string& homepage)
Name | Type | Description |
---|---|---|
homepage | const std::string& |
Mod homepage URL. |
void ModEditor::setModfile(u32 modfile)
Name | Type | Description |
---|---|---|
modfile | u32 |
Modfile asociated. |
void ModEditor::setMetadataBlob(const std::string& metadata_blob)
Name | Type | Description |
---|---|---|
metadata_blob | const std::string& |
Metadata for the mod. |