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