UNPKG

arma3-be-scheduler

Version:

Schedule messages or commands to be sent to your arma 3 server.

13 lines 309 B
declare module 'arma3-be-scheduler' { interface commands { Command: string, Amount: number, Time: string } interface config { Debug: boolean, TimeZone: string, Commands: commands[] } export function Config(Config: config): void }