UNPKG

slp-enforcer

Version:

Finds violations of the Melee Controller Ruleset by inspecting SLP files

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