Space Engineers
Public Member Functions | Properties | Events | List of all members
Sandbox.Engine.Multiplayer.MyDownloadWorldResult Class Reference

Public Member Functions

 MyDownloadWorldResult (int channel, ulong sender, MyMultiplayerBase mp)
 
void Cancel ()
 

Properties

float Progress [get]
 
int WorldSize [get]
 
int ReceivedBlockCount [get]
 
int ReceivedDatalength [get]
 
MyDownloadWorldStateEnum State [get]
 
P2PSessionErrorEnum ConnectionError [get]
 
MyObjectBuilder_World WorldData [get]
 

Events

Action< MyDownloadWorldResultProgressChanged
 

Detailed Description

Definition at line 25 of file MyDownloadWorldResult.cs.

Constructor & Destructor Documentation

Sandbox.Engine.Multiplayer.MyDownloadWorldResult.MyDownloadWorldResult ( int  channel,
ulong  sender,
MyMultiplayerBase  mp 
)
inline

Definition at line 44 of file MyDownloadWorldResult.cs.

Member Function Documentation

void Sandbox.Engine.Multiplayer.MyDownloadWorldResult.Cancel ( )
inline

Definition at line 63 of file MyDownloadWorldResult.cs.

Property Documentation

P2PSessionErrorEnum Sandbox.Engine.Multiplayer.MyDownloadWorldResult.ConnectionError
get

Definition at line 38 of file MyDownloadWorldResult.cs.

float Sandbox.Engine.Multiplayer.MyDownloadWorldResult.Progress
get

Definition at line 31 of file MyDownloadWorldResult.cs.

int Sandbox.Engine.Multiplayer.MyDownloadWorldResult.ReceivedBlockCount
get

Definition at line 34 of file MyDownloadWorldResult.cs.

int Sandbox.Engine.Multiplayer.MyDownloadWorldResult.ReceivedDatalength
get

Definition at line 35 of file MyDownloadWorldResult.cs.

MyDownloadWorldStateEnum Sandbox.Engine.Multiplayer.MyDownloadWorldResult.State
get

Definition at line 37 of file MyDownloadWorldResult.cs.

MyObjectBuilder_World Sandbox.Engine.Multiplayer.MyDownloadWorldResult.WorldData
get

Definition at line 39 of file MyDownloadWorldResult.cs.

int Sandbox.Engine.Multiplayer.MyDownloadWorldResult.WorldSize
get

Definition at line 32 of file MyDownloadWorldResult.cs.

Event Documentation

Action<MyDownloadWorldResult> Sandbox.Engine.Multiplayer.MyDownloadWorldResult.ProgressChanged

Definition at line 40 of file MyDownloadWorldResult.cs.


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