AthenaShared.interfaces.messageCommand ​
Interfaces ​
Type Aliases ​
CommandCallback ​
Ƭ CommandCallback<T
>: (player
: T
, ...args
: string
[]) => void
Type parameters ​
Name |
---|
T |
Type declaration ​
Usage
AthenaShared.interfaces.messageCommand.(player
, ...args
): void
Parameters ​
Name | Type |
---|---|
player | T |
...args | string [] |
Returns ​
void