Table of Contents

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 = 8

Regular text that should be colored. Only type that will contain color data.

EntranceName = 7

Entrance Name. No ID mapping exists.

HintStatus = 9

The HintStatus of the hint

ItemId = 3

Item ID, should be resolved to Item Name

ItemName = 4

Item Name, not currently used over network, but supported by reference Clients.

LocationId = 5

Location ID, should be resolved to Location Name

LocationName = 6

Location Name, not currently used over network, but supported by reference Clients.

PlayerId = 1

Player ID of someone on your team, should be resolved to Player Name

PlayerName = 2

Player Name, could be a player within a multiplayer game or from another team, not ID resolvable

Text = 0

Regular text content. this is the default type and as such may be omitted.