1 sharedlibrarycoredatabasemodelsefclient ClientState
RaidMax edited this page 2023-05-20 22:09:21 -05:00

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

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