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

IGameOptions

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

Game configuration options

interface IGameOptions {
[key: string]: boolean;
antidote: boolean;
flags: boolean;
handicap: boolean;
inertia: boolean;
jumping: boolean;
noTeamKills: boolean;
ricochet: boolean;
shaking: boolean;
}

§Index Signatures

§
[key: string]: boolean

§Properties

§
antidote: boolean
[src]

Antidote flags enabled

§
flags: boolean
[src]

Flags enabled

§
handicap: boolean
[src]

Handicap enabled

§
inertia: boolean
[src]

Inertia enabled

§
jumping: boolean
[src]

Jumping enabled

§
noTeamKills: boolean
[src]

Inability to shoot teammates

§
ricochet: boolean
[src]

Ricochet enabled (shots bounce off walls)

§
shaking: boolean
[src]

Shaking bad flags enabled