UNPKG

battleye-node

Version:

A TS/JS library for communicating with BattlEye’s RCon (Remote Console) protocol. Easily send commands, receive server responses, and automate server management for games protected by BattlEye anti-cheat.

3 lines (2 loc) 119 B
declare const bufferCommand: (command: string, sequence: number) => Buffer<ArrayBuffer>; export default bufferCommand;