Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
ScrServerCommand Class Reference
Inheritance diagram for ScrServerCommand:
BanCommand

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.

Detailed Description

Definition at line 7 of file ScrServerCommand.c.

Member Function Documentation

◆ IsServerSide()

event bool ScrServerCommand::IsServerSide ( )
protected

True if the command should be passed to the server. False for only client-side execution.

◆ OnChatClientExecution()

ref ScrServerCmdResult ScrServerCommand::OnChatClientExecution ( array< string > argv,
int playerId )
protected

The first chat execution stage (always on the client side).

◆ OnChatServerExecution()

ref ScrServerCmdResult ScrServerCommand::OnChatServerExecution ( array< string > argv,
int playerId )
protected

The main chat execution that is executed on the server (if IsServerSide is true).

◆ OnRCONExecution()

ref ScrServerCmdResult ScrServerCommand::OnRCONExecution ( array< string > argv)
protected

Server-side rcon command execution.

◆ OnUpdate()

ref ScrServerCmdResult ScrServerCommand::OnUpdate ( )
protected

Update PENDING request.

◆ RequiredChatPermission()

int ScrServerCommand::RequiredChatPermission ( )
protected

Required permission (EPlayerRole) to run chat execution.

◆ RequiredRCONPermission()

int ScrServerCommand::RequiredRCONPermission ( )
protected

Required permission (ERCONPermissions) to run RCON execution.


The documentation for this class was generated from the following file: