sharedlibrarycoredatabasemodelsefclient ClientState - RaidMax/IW4M-Admin GitHub Wiki
Public enum
ClientState 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](/RaidMax/IW4M-Admin/wiki/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