![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| ref ScrServerCmdResult | OnUpdate () |
| Update PENDING request. | |
| ref ScrServerCmdResult | OnRCONExecution (array< string > argv) |
| Server-side rcon command execution. | |
| int | RequiredRCONPermission () |
| Required permission (ERCONPermissions) to run RCON execution. | |
| event bool | IsServerSide () |
| True if the command should be passed to the server. False for only client-side execution. | |
| ref ScrServerCmdResult | OnChatServerExecution (array< string > argv, int playerId) |
| The main chat execution that is executed on the server (if IsServerSide is true). | |
| ref ScrServerCmdResult | OnChatClientExecution (array< string > argv, int playerId) |
| The first chat execution stage (always on the client side). | |
| int | RequiredChatPermission () |
| Required permission (EPlayerRole) to run chat execution. | |
Definition at line 7 of file ScrServerCommand.c.
|
protected |
True if the command should be passed to the server. False for only client-side execution.
|
protected |
The first chat execution stage (always on the client side).
|
protected |
The main chat execution that is executed on the server (if IsServerSide is true).
|
protected |
Server-side rcon command execution.
|
protected |
Update PENDING request.
|
protected |
Required permission (EPlayerRole) to run chat execution.
|
protected |
Required permission (ERCONPermissions) to run RCON execution.