Struct TagSet
- Namespace
- Vintagestory.API.Datastructures
- Assembly
- VintagestoryAPI.dll
A set of tags. When using JSON, this is stored as a string array.
[DocumentAsJson]
[JsonConverter(typeof(CollectibleTagSetConverter))]
public readonly struct TagSet
Examples
"tags": ["humanoid", "player", "seraph", "huntable", "habitat-land"],