BytexDigital.BattlEye.Rcon.Commands.KickCommand.KickCommand C# (CSharp) Method

KickCommand() public method

Requests the server to remove the given player ID from the server.
public KickCommand ( int playerId )
playerId int
        public KickCommand(int playerId) : base($"kick {playerId}")
        {
        }

Same methods

KickCommand::KickCommand ( int playerId, string reason )
KickCommand