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
ModioMod
Ahmed Castro edited this page Jul 17, 2019
·
20 revisions
Mod profile submitted by mod.io users.
struct ModioMod
{
u32 id;
u32 game_id;
u32 status;
u32 visible;
u32 maturity_option;
u32 date_added;
u32 date_updated;
u32 date_live;
char* homepage_url;
char* name;
char* name_id;
char* summary;
char* description;
char* description_plaintext;
char* metadata_blob;
char* profile_url;
ModioLogo logo;
ModioUser submitted_by;
ModioModfile modfile;
ModioMedia media;
ModioStats stats;
ModioTag* tags_array;
u32 tags_array_size;
ModioMetadataKVP* metadata_kvp_array;
u32 metadata_kvp_array_size;
};
Name | Type | Description |
---|---|---|
id | u32 |
Unique mod identifier |
game_id | u32 |
Unique game identifier |
status | u32 |
Status of the mod. See Status |
visibility | u32 |
Mod visibility |
status | u32 |
Mod Status |
date_added | long |
Unix timestamp of date registered |
date_updated | long |
Unix timestamp of date last updated |
date_live | long |
Unix timestamp of date when set live |
dateup | u32 |
Unix timestamp of date last updated |
homepage_url | char* |
Mod homepage URL |
name | char* |
Name of the mod |
nameid | char* |
Unique SEO-friendly mod uri |
summary | char* |
Brief summary of the mod |
description | char* |
Description of the mod |
description plain text | char* |
Description of the mod converted to plain text |
metadata_blob | char* |
Metadata for the mod |
profile_url | char* |
Official website url for the mod |
logo | ModioLogo |
ModioLogo object containing logo data |
submitted_by | ModioUser |
ModioUser object containing user data |
modfile | ModioModfile |
ModioModfile object containing file data |
media | ModioMedia |
ModioMedia object containing media data |
stats | ModioStats |
ModioStats object containing stats data |
tags_array | ModioTag* |
ModioTag array containing tags data |
tags_array_size | u32 |
Size of the tags_array |
metadata_kvp_array | ModioMetadataKVP* |
ModioMetadataKVP object containing metadata key value pairs |
metadata_kvp_array_size | u32 |
Size of the metadata_kvp_array |
See also: API, modio::Mod
- 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