1 datamodelsclientstats EFHitLocationCount
RaidMax edited this page 2023-05-20 22:09:21 -05:00

EFHitLocationCount Public class

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]]
  end
  subgraph Data.Models
  Data.Models.SharedEntity[[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

Source code

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