FirstModulAR 0.1.0
Loading...
Searching...
No Matches
FMAR.Networking.FmarClientManager Class Reference

Manages the FmarClient objects in the network, including adding, removing, and accessing them. More...

Inheritance diagram for FMAR.Networking.FmarClientManager:

Static Public Member Functions

static void InitializeClient (FmarClient client, string name)
 
static void AddLocalClient (ulong clientId, FmarClient client)
 
static void RemoveLocalClient (ulong clientId)
 
static FmarClient GetClientById (ulong clientId)
 

Static Public Attributes

static ulong MyClientId
 

Properties

static FmarClient MyClient [get]
 

Events

static Action< FmarClientServerOnClientInit
 

Detailed Description

Manages the FmarClient objects in the network, including adding, removing, and accessing them.

Member Function Documentation

◆ AddLocalClient()

static void FMAR.Networking.FmarClientManager.AddLocalClient ( ulong clientId,
FmarClient client )
inlinestatic

◆ GetClientById()

static FmarClient FMAR.Networking.FmarClientManager.GetClientById ( ulong clientId)
inlinestatic

◆ InitializeClient()

static void FMAR.Networking.FmarClientManager.InitializeClient ( FmarClient client,
string name )
inlinestatic

◆ RemoveLocalClient()

static void FMAR.Networking.FmarClientManager.RemoveLocalClient ( ulong clientId)
inlinestatic

Member Data Documentation

◆ MyClientId

ulong FMAR.Networking.FmarClientManager.MyClientId
static

Property Documentation

◆ MyClient

FmarClient FMAR.Networking.FmarClientManager.MyClient
staticget

Event Documentation

◆ ServerOnClientInit

Action<FmarClient> FMAR.Networking.FmarClientManager.ServerOnClientInit
static

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