MLAPI/docs/T_MLAPI_NetworkedClient.md
2018-03-31 10:20:18 +02:00

3.5 KiB

NetworkedClient Class

A NetworkedClient

Inheritance Hierarchy

System.Object
  MLAPI.NetworkedClient
Namespace: MLAPI
Assembly: MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public class NetworkedClient

The NetworkedClient type exposes the following members.

Constructors

 

NameDescription
Public methodNetworkedClient Initializes a new instance of the NetworkedClient class
  Back to Top

Methods

 

NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
  Back to Top

Fields

 

NameDescription
Public fieldAesKey The encryption key used for this client
Public fieldClientId The Id of the NetworkedClient
Public fieldOwnedObjects The NetworkedObject's owned by this Client
Public fieldPlayerObject The PlayerObject of the Client
  Back to Top

See Also

Reference

MLAPI Namespace