Class Status
- Namespace
- KSP.Networking.MP
- Assembly
- Assembly-CSharp.dll
- Inheritance
-
Status
- Inherited Members
-
- Extension Methods
-
Constructors
Status(MPFramework)
public Status(MPFramework mpFramework = null)
Parameters
mpFramework MPFramework
Properties
IsClientConnected
public bool IsClientConnected { get; }
Property Value
- bool
IsClientConnectedNegotiating
public bool IsClientConnectedNegotiating { get; }
Property Value
- bool
IsClientConnectedReady
public bool IsClientConnectedReady { get; }
Property Value
- bool
IsMPClient
public bool IsMPClient { get; }
Property Value
- bool
IsMPClientAndConnectedReady
public bool IsMPClientAndConnectedReady { get; }
Property Value
- bool
IsMPDedicatedClient
public bool IsMPDedicatedClient { get; }
Property Value
- bool
IsMPDedicatedServer
public bool IsMPDedicatedServer { get; }
Property Value
- bool
IsMPRunning
public bool IsMPRunning { get; }
Property Value
- bool
IsMPServeAndPlay
public bool IsMPServeAndPlay { get; }
Property Value
- bool
IsMPServer
public bool IsMPServer { get; }
Property Value
- bool
IsPlayerHost
public bool IsPlayerHost { get; }
Property Value
- bool
IsRunning
public bool IsRunning { get; }
Property Value
- bool
IsSPRunning
public bool IsSPRunning { get; }
Property Value
- bool
MP
public MPFramework MP { get; }
Property Value
- MPFramework
Methods
Dispose()
~Status()
GetDebugString(bool)
public string GetDebugString(bool abbrev)
Parameters
abbrev bool
Returns
- string
Init(MPFramework)
public void Init(MPFramework mp)
Parameters
mp MPFramework
SetIsMPClient(bool)
public void SetIsMPClient(bool isMPClient)
Parameters
isMPClient bool
SetIsMPRunning(bool)
public void SetIsMPRunning(bool isMPRunning)
Parameters
isMPRunning bool
SetIsMPServer(bool)
public void SetIsMPServer(bool isMPServer)
Parameters
isMPServer bool
SetIsPlayerHost(bool)
public void SetIsPlayerHost(bool isPlayerHost)
Parameters
isPlayerHost bool
SetIsRunning(bool)
public void SetIsRunning(bool isRunning)
Parameters
isRunning bool
SetIsSPRunning(bool)
public void SetIsSPRunning(bool isSPRunning)
Parameters
isSPRunning bool
ToString()
public override string ToString()
Returns
- string
Uninit()