Table of Contents

Class DebugNetworkEventStatistics

Namespace
TaleWorlds.MountAndBlade.Network
Assembly
TaleWorlds.MountAndBlade.dll
public static class DebugNetworkEventStatistics
Inheritance
DebugNetworkEventStatistics
Inherited Members

Fields

MaxGraphPointCount

public static int MaxGraphPointCount

Field Value

int

TrackFps

public static bool TrackFps

Field Value

bool

Properties

IsActive

public static bool IsActive { get; }

Property Value

bool

SamplesPerSecond

public static int SamplesPerSecond { get; set; }

Property Value

int

Methods

ClearFpsGraph()

public static void ClearFpsGraph()

ClearNetGraphs()

public static void ClearNetGraphs()

ControlActivate()

public static void ControlActivate()

ControlClear()

public static void ControlClear()

ControlClearAll()

public static void ControlClearAll()

ControlDeactivate()

public static void ControlDeactivate()

ControlDumpAll()

public static void ControlDumpAll()

ControlDumpReplicationData()

public static void ControlDumpReplicationData()

ControlJustDump()

public static void ControlJustDump()

EndTick(float)

public static void EndTick(float dt)

Parameters

dt float

OpenExternalMonitor()

public static void OpenExternalMonitor()

Events

OnEventDataUpdated

public static event Action<IEnumerable<DebugNetworkEventStatistics.TotalEventData>> OnEventDataUpdated

Event Type

Action<IEnumerable<DebugNetworkEventStatistics.TotalEventData>>

OnFPSEventUpdated

public static event Action<IEnumerable<float>> OnFPSEventUpdated

Event Type

Action<IEnumerable<float>>

OnOpenExternalMonitor

public static event Action OnOpenExternalMonitor

Event Type

Action

OnPerSecondEventDataUpdated

public static event Action<DebugNetworkEventStatistics.PerSecondEventData> OnPerSecondEventDataUpdated

Event Type

Action<DebugNetworkEventStatistics.PerSecondEventData>

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).