Interface DataPackagePacket

Sent to clients to provide what is known as a 'data package' which contains information to enable a client to most easily communicate with the Archipelago server. Contents include things like location id to name mappings, among others; see DataPackage for more info.

interface DataPackagePacket {
    cmd: "DataPackage";
    data: DataPackage;
}

Properties

Properties

cmd

The data package as an object of DataPackage.