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 Jul 17, 2019 · 5 revisions

Mod metadata key value pair.

class MetadataKVP
{
public:
  std::string metakey;
  std::string metavalue;
};
Name Type Description
metakey std::string The key of the key-value pair.
metavalue std::string The value of the key-value pair.

See also: API, ModioMetadataKVP

Contents

Clone this wiki locally