FirstModulAR 0.1.0
Loading...
Searching...
No Matches
FMAR.Comms.Air.AirManager Class Reference

Handles the replication of air tank values. More...

Inheritance diagram for FMAR.Comms.Air.AirManager:

Static Public Member Functions

static void AddAirBroadcaster (ulong clientId, ClientAirBroadcaster clientInstance)
 Adds a client air broadcaster to the manager.
 
static void RemoveAirBroadcaster (ulong clientId)
 Removes a client air broadcaster from the manager.
 

Properties

static AirManager Instance [get]
 
static Dictionary< ulong, ClientAirBroadcasterClientInstances [get]
 

Events

static Action OnClientInstancesChanged
 

Detailed Description

Handles the replication of air tank values.

Member Function Documentation

◆ AddAirBroadcaster()

static void FMAR.Comms.Air.AirManager.AddAirBroadcaster ( ulong clientId,
ClientAirBroadcaster clientInstance )
inlinestatic

Adds a client air broadcaster to the manager.

Parameters
clientIdThe ID of the client.
clientInstanceThe client air broadcaster instance.

◆ RemoveAirBroadcaster()

static void FMAR.Comms.Air.AirManager.RemoveAirBroadcaster ( ulong clientId)
inlinestatic

Removes a client air broadcaster from the manager.

Parameters
clientIdThe ID of the client.

Property Documentation

◆ ClientInstances

Dictionary<ulong, ClientAirBroadcaster> FMAR.Comms.Air.AirManager.ClientInstances
staticget

◆ Instance

AirManager FMAR.Comms.Air.AirManager.Instance
staticget

Event Documentation

◆ OnClientInstancesChanged

Action FMAR.Comms.Air.AirManager.OnClientInstancesChanged
static

The documentation for this class was generated from the following file: