Enum ConsoleCommandSender
Specifies the source of a console command.
public enum ConsoleCommandSender
Fields
Console = 0Command sent from the server console.
Custom = 2Command sent from a custom source.
Player = 1Command sent by a player via rcon.