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

ModioMetadataKVP

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

Mod metadata key value pair.

struct ModioMetadataKVP
{
  char* metakey;
  char* metavalue;
};
Name Type Description
metakey char* The key of the key-value pair.
metavalue char* The value of the key-value pair.

See also: API, modio::MetadataKVP

Contents

Clone this wiki locally