Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

IPlayer

import type { IPlayer } from "https://raw.githubusercontent.com/The-Noah/bzfquery.js/master/bzfquery.ts";

Player information

interface IPlayer {
callsign: string;
losses: number;
motto: string;
team: TeamName;
tks: number;
wins: number;
}

§Properties

§
callsign: string
[src]

Callsign (in-game name)

§
losses: number
[src]

Number of losses (-points/deaths)

§
motto: string
[src]

Motto (in-game text)

§

Team the player is currently on

§
tks: number
[src]
§
wins: number
[src]

Number of wins (points/kills)