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

modio::MetadataKVP

Ahmed Castro edited this page Sep 8, 2018 · 5 revisions

The MetadataKVP structure is handled by the Metadata key value pairs functions. They represent metadata key value pairs associated with mods.

class MetadataKVP
{
public:
  std::string metakey;
  std::string metavalue;
};

API schemas: Metadata KVP Object

C compatible base object: ModioMetadataKVP

Name Type Description
metakey std::string The key of the key-value pair.
metavalue std::string The value of the key-value pair.

Contents

Clone this wiki locally