1 sharedlibrarycorerconstatichelpers QueryType
RaidMax edited this page 2023-05-20 22:09:21 -05:00

QueryType Public enum

Description

defines the type of RCon query sent to a server

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SharedLibraryCore.RCon.StaticHelpers
  SharedLibraryCore.RCon.StaticHelpers.QueryType[[QueryType]]
  end

Details

Summary

defines the type of RCon query sent to a server

Fields

GET_STATUS

Summary

retrieve the status of a server does not require RCon password

GET_INFO

Summary

retrieve the information of a server server responds with key/value pairs RCon password is required

GET_DVAR

Summary

retrieve the value of a DVAR RCon password is required

SET_DVAR

Summary

set the value of a DVAR RCon password is required

COMMAND

Summary

execute a command RCon password is required

COMMAND_STATUS

Summary

get the full server command information RCon password is required

Generated with ModularDoc