UNPKG

slp-enforcer

Version:

Finds violations of the Melee Controller Ruleset by inspecting SLP files

5 lines (4 loc) 313 B
import { SlippiGame } from './slippi'; import { Coord, CheckResult } from './index'; export declare function hasIllegalUptiltRounding(game: SlippiGame, playerIndex: number, coords: Coord[]): CheckResult; export declare function getUptiltCheck(game: SlippiGame, playerIndex: number, coords: Coord[]): CheckResult;