C# Class SpringModEdit.LuaFunctions.EchoEvent

显示文件 Open project: ZeroK-RTS/SpringRTS-Tools

Public Properties

Property Type Description
color System.Drawing.Color
message string

Public Methods

Method Description
EchoEvent ( string mes ) : System.Collections.Generic
EchoEvent ( string mes, Color col ) : System.Collections.Generic

Method Details

EchoEvent() public method

public EchoEvent ( string mes ) : System.Collections.Generic
mes string
return System.Collections.Generic

EchoEvent() public method

public EchoEvent ( string mes, Color col ) : System.Collections.Generic
mes string
col System.Drawing.Color
return System.Collections.Generic

Property Details

color public_oe property

public Color,System.Drawing color
return System.Drawing.Color

message public_oe property

public string message
return string