sharedlibrarycorercon CommandPrefix - RaidMax/IW4M-Admin GitHub Wiki
Public class
CommandPrefix Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.RCon
SharedLibraryCore.RCon.CommandPrefix[CommandPrefix](/RaidMax/IW4M-Admin/wiki/CommandPrefix)
end
Members
Properties
Public properties
Type | Name | Methods |
---|---|---|
string |
Ban |
get, set |
string |
Kick |
get, set |
string |
RConCommand |
get, set |
string |
RConGetDvar |
get, set |
string |
RConGetInfo |
get, set |
string |
RConGetStatus |
get, set |
string |
RConResponse |
get, set |
string |
RConSetDvar |
get, set |
string |
RconGetInfoResponseHeader |
get, set |
string |
Say |
get, set |
string |
Set |
get, set |
string |
Tell |
get, set |
string |
TempBan |
get, set |
string |
Unban |
get, set |
Details
Constructors
CommandPrefix
public CommandPrefix()
Properties
Tell
public string Tell { get; set; }
Say
public string Say { get; set; }
Set
public string Set { get; set; }
Kick
public string Kick { get; set; }
Ban
public string Ban { get; set; }
Unban
public string Unban { get; set; }
TempBan
public string TempBan { get; set; }
RConCommand
public string RConCommand { get; set; }
RConGetDvar
public string RConGetDvar { get; set; }
RConSetDvar
public string RConSetDvar { get; set; }
RConGetStatus
public string RConGetStatus { get; set; }
RConGetInfo
public string RConGetInfo { get; set; }
RConResponse
public string RConResponse { get; set; }
RconGetInfoResponseHeader
public string RconGetInfoResponseHeader { get; set; }
Generated with ModularDoc