Skip to main content
Module

x/bzfquery/bzfquery.ts>IGameOptions

JavaScript/TypeScript version of bzfquery for Deno with no external dependencies. It can also be used as a library or from the command line.
Latest
interface IGameOptions
import { type IGameOptions } from "https://deno.land/x/bzfquery@v1.0.4/bzfquery.ts";

Game configuration options

Index Signatures

[key: string]: boolean

Properties

flags: boolean

Flags enabled

jumping: boolean

Jumping enabled

inertia: boolean

Inertia enabled

ricochet: boolean

Ricochet enabled (shots bounce off walls)

shaking: boolean

Shaking bad flags enabled

antidote: boolean

Antidote flags enabled

handicap: boolean

Handicap enabled

noTeamKills: boolean

Inability to shoot teammates