Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
ScrServerCommand.c
Go to the documentation of this file.
1 /*
2 ===========================================
3 Do not modify, this script is generated
4 ===========================================
5 */
6 
8 {
10  event string GetKeyword();
12  event protected ref ScrServerCmdResult OnUpdate();
14  event protected ref ScrServerCmdResult OnRCONExecution(array<string> argv);
16  event protected int RequiredRCONPermission();
18  event bool IsServerSide();
20  event protected ref ScrServerCmdResult OnChatServerExecution(array<string> argv, int playerId);
22  event protected ref ScrServerCmdResult OnChatClientExecution(array<string> argv, int playerId);
24  event protected int RequiredChatPermission();
25 }
ScrServerCmdResult
Definition: ScrServerCmdResult.c:7
ScrServerCommand
Definition: ScrServerCommand.c:7