Skip to content

datamodelsclientstats EFHitLocationCount

RaidMax edited this page May 21, 2023 · 1 revision

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
Loading

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

Clone this wiki locally