Skip to content

sharedlibrarycoredatabasemodelsefclient ClientState

RaidMax edited this page May 21, 2023 · 1 revision

ClientState Public enum

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SharedLibraryCore.Database.Models.EFClient
  SharedLibraryCore.Database.Models.EFClient.ClientState[[ClientState]]
  end
Loading

Details

Fields

Unknown

Summary

default client state

Connecting

Summary

represents when the client has been detected as joining by the log file, but has not be authenticated by RCon

Connected

Summary

represents when the client has been authenticated by RCon and validated by the database

Disconnecting

Summary

represents when the client is leaving (either through RCon or log file)

Generated with ModularDoc

Clone this wiki locally