C# Class withSIX.Play.Core.Games.Legacy.Arma.Commands.ReplyCommand

Inheritance: MessageCommand, ISendReceiveMessage
Mostrar archivo Open project: SIXNetworks/withSIX.Desktop

Public Properties

Property Type Description
Command string

Public Methods

Method Description
ParseInput ( string substring ) : void
ReplyCommand ( )
ReplyCommand ( string message )
ToGameCommand ( ) : string

Method Details

ParseInput() public method

public ParseInput ( string substring ) : void
substring string
return void

ReplyCommand() public method

public ReplyCommand ( )

ReplyCommand() public method

public ReplyCommand ( string message )
message string

ToGameCommand() public method

public ToGameCommand ( ) : string
return string

Property Details

Command public_oe static_oe property

public static string Command
return string