Enum JsonMessagePartType
- Namespace
- Archipelago.MultiClient.Net.Enums
- Assembly
- Archipelago.MultiClient.Net.dll
Type of message parts of an print message
public enum JsonMessagePartType
Fields
Color = 8Regular text that should be colored. Only type that will contain color data.
EntranceName = 7Entrance Name. No ID mapping exists.
HintStatus = 9The HintStatus of the hint
ItemId = 3Item ID, should be resolved to Item Name
ItemName = 4Item Name, not currently used over network, but supported by reference Clients.
LocationId = 5Location ID, should be resolved to Location Name
LocationName = 6Location Name, not currently used over network, but supported by reference Clients.
PlayerId = 1Player ID of someone on your team, should be resolved to Player Name
PlayerName = 2Player Name, could be a player within a multiplayer game or from another team, not ID resolvable
Text = 0Regular text content. this is the default type and as such may be omitted.