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

ModIO.API.AddModKVPMetadataParameters.ConvertMetadataKVPsToAPIStrings

Jackson Wood edited this page Jul 26, 2018 · 6 revisions

AddModKVPMetadataParameters.ConvertMetadataKVPsToAPIStrings

public static string[] ConvertMetadataKVPsToAPIStrings(MetadataKVP[] kvps);

Parameters

Name Description
kvps

Returns

string[]: Result of the function calculations

Description

Takes an array of ModIO.MetadataKVP and produces an array of API recognized strings to be assigned to ModIO.AddModKVPMetadataParameters.metadata

Clone this wiki locally