modio::MetadataKVP - modio/modio-sdk-legacy GitHub Wiki
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