-
-
Notifications
You must be signed in to change notification settings - Fork 44
sharedlibrarycorerconstatichelpers QueryType
RaidMax edited this page May 21, 2023
·
1 revision
defines the type of RCon query sent to a server
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.RCon.StaticHelpers
SharedLibraryCore.RCon.StaticHelpers.QueryType[[QueryType]]
end
defines the type of RCon query sent to a server
retrieve the status of a server does not require RCon password
retrieve the information of a server server responds with key/value pairs RCon password is required
retrieve the value of a DVAR RCon password is required
set the value of a DVAR RCon password is required
execute a command RCon password is required
get the full server command information RCon password is required
Generated with ModularDoc