Click or drag to resize

LagCompensationManager Class

[This is preliminary documentation and is subject to change.]

The main class for controlling lag compensation
Inheritance Hierarchy
SystemObject
  MLAPI.ComponentsLagCompensationManager

Namespace:  MLAPI.Components
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static class LagCompensationManager
Request Example View Source

The LagCompensationManager type exposes the following members.

Methods
  NameDescription
Public methodStatic memberSimulate(Single, Action)
Turns time back a given amount of seconds, invokes an action and turns it back
Public methodStatic memberSimulate(UInt32, Action)
Turns time back a given amount of seconds, invokes an action and turns it back. The time is based on the estimated RTT of a clientId
Top
Fields
  NameDescription
Public fieldStatic membersimulationObjects
Simulation objects
Top
See Also