C# Class OpenRA.Network.ReplayRecorder

Show file Open project: pchote/OpenRA Class Usage Examples

Public Properties

Property Type Description
Metadata OpenRA.FileFormats.ReplayMetadata

Public Methods

Method Description
Dispose ( ) : void
Receive ( int clientID, byte data ) : void
ReplayRecorder ( Func chooseFilename ) : System
StartSavingReplay ( byte initialContent ) : void

Private Methods

Method Description
IsGameStart ( byte data ) : bool

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Receive() public method

public Receive ( int clientID, byte data ) : void
clientID int
data byte
return void

ReplayRecorder() public method

public ReplayRecorder ( Func chooseFilename ) : System
chooseFilename Func
return System

StartSavingReplay() public method

public StartSavingReplay ( byte initialContent ) : void
initialContent byte
return void

Property Details

Metadata public property

public ReplayMetadata,OpenRA.FileFormats Metadata
return OpenRA.FileFormats.ReplayMetadata