-
-
Notifications
You must be signed in to change notification settings - Fork 50
sharedlibrarycorercon CommandPrefix
RaidMax edited this page May 21, 2023
·
1 revision
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.RCon
SharedLibraryCore.RCon.CommandPrefix[[CommandPrefix]]
end
| 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 |
public CommandPrefix()public string Tell { get; set; }public string Say { get; set; }public string Set { get; set; }public string Kick { get; set; }public string Ban { get; set; }public string Unban { get; set; }public string TempBan { get; set; }public string RConCommand { get; set; }public string RConGetDvar { get; set; }public string RConSetDvar { get; set; }public string RConGetStatus { get; set; }public string RConGetInfo { get; set; }public string RConResponse { get; set; }public string RconGetInfoResponseHeader { get; set; }Generated with ModularDoc