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

ModIO.API.AddModKVPMetadataParameters.metadata

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

public string[] metadata { public set; }

Description

[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).

  • Keys support alphanumeric, '_' and '-' characters only.
  • Keys can map to multiple values (1-to-many relationship).
  • Keys and values cannot exceed 255 characters in length.
  • Key value pairs are searchable by exact match only.
Clone this wiki locally