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 Aug 29, 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 char* The key of the key-value pair.
metavalue char* The value of the key-value pair.

Contents

Clone this wiki locally