datamodelsclientstats EFHitLocationCount - RaidMax/IW4M-Admin GitHub Wiki
Public class
EFHitLocationCount Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph Data.Models.Client.Stats
Data.Models.Client.Stats.EFHitLocationCount[EFHitLocationCount](/RaidMax/IW4M-Admin/wiki/EFHitLocationCount)
end
subgraph Data.Models
Data.Models.SharedEntity[SharedEntity](/RaidMax/IW4M-Admin/wiki/SharedEntity)
end
Data.Models.SharedEntity --> Data.Models.Client.Stats.EFHitLocationCount
Members
Properties
Public properties
Type | Name | Methods |
---|---|---|
EFClient |
Client |
get, set |
int |
EFClientStatisticsClientId |
get, set |
long |
EFClientStatisticsServerId |
get, set |
int |
HitCount |
get, set |
int |
HitLocationCountId |
get, set |
float |
HitOffsetAverage |
get, set |
int |
Location |
get, set |
float |
MaxAngleDistance |
get, set |
EFServer |
Server |
get, set |
Details
Inheritance
Constructors
EFHitLocationCount
public EFHitLocationCount()
Properties
HitLocationCountId
public int HitLocationCountId { get; set; }
Location
public int Location { get; set; }
HitCount
public int HitCount { get; set; }
HitOffsetAverage
public float HitOffsetAverage { get; set; }
MaxAngleDistance
public float MaxAngleDistance { get; set; }
EFClientStatisticsClientId
public int EFClientStatisticsClientId { get; set; }
Client
public EFClient Client { get; set; }
EFClientStatisticsServerId
public long EFClientStatisticsServerId { get; set; }
Server
public EFServer Server { get; set; }
Generated with ModularDoc