Table of Contents

Class RoomInfoPacket

Namespace
Archipelago.MultiClient.Net.Packets
Assembly
Archipelago.MultiClient.Net.dll
public class RoomInfoPacket : ArchipelagoPacketBase
Inheritance
RoomInfoPacket
Inherited Members

Properties

DataPackageChecksums

[JsonProperty("datapackage_checksums")]
public Dictionary<string, string> DataPackageChecksums { get; set; }

Property Value

Dictionary<string, string>

Games

[JsonProperty("games")]
public string[] Games { get; set; }

Property Value

string[]

GeneratorVersion

[JsonProperty("generator_version")]
public NetworkVersion GeneratorVersion { get; set; }

Property Value

NetworkVersion

HintCostPercentage

[JsonProperty("hint_cost")]
public int HintCostPercentage { get; set; }

Property Value

int

LocationCheckPoints

[JsonProperty("location_check_points")]
public int LocationCheckPoints { get; set; }

Property Value

int

PacketType

public override ArchipelagoPacketType PacketType { get; }

Property Value

ArchipelagoPacketType

Password

[JsonProperty("password")]
public bool Password { get; set; }

Property Value

bool

Permissions

[JsonProperty("permissions")]
public Dictionary<string, Permissions> Permissions { get; set; }

Property Value

Dictionary<string, Permissions>

Players

[JsonProperty("players")]
public NetworkPlayer[] Players { get; set; }

Property Value

NetworkPlayer[]

SeedName

[JsonProperty("seed_name")]
public string SeedName { get; set; }

Property Value

string

Tags

[JsonProperty("tags")]
public string[] Tags { get; set; }

Property Value

string[]

Timestamp

[JsonProperty("time")]
public double Timestamp { get; set; }

Property Value

double

Version

[JsonProperty("version")]
public NetworkVersion Version { get; set; }

Property Value

NetworkVersion