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

ModIO.API.AddModKVPMetadataParameters

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

AddModKVPMetadataParameters

class in ModIO.API

inherits from: RequestParameters

Properties

Name Description
metadata [REQUIRED] Array containing one or more key value pairs where the the key and value are separated by a colon ':' (if the string contains multiple colons the split will occur on the first matched, i.e. pistol-dmg:800:400 will become key: pistol-dmg, value: 800:400).
binaryData
stringValues

Static Methods

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

Public Methods

Name Description
SetBinaryData
SetStringArrayValue<T>
SetStringValue<T>
Clone this wiki locally