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

modio::QueuedModfileUpload

Ahmed Castro edited this page Jul 17, 2019 · 2 revisions

Modfile queued to be uploaded to mod.io.

class QueuedModfileUpload
{
public:
  u32 state;
  u32 mod_id;    
  double current_progress;
  double total_size;
  std::string path;
  ModfileCreator modfile_creator;
};
Name Type Description
state u32 See Mod States constants.
mod_id u32 Unique mod identifier.
current_progress double Number of bytes downloaded.
total_size double Total number of bytes.
path std::string Mod's local path.
modfile_creator modio::ModfileCreator ModfileCreator object.

See also: ModioQueuedModDownload

Contents

Clone this wiki locally