C# Class SpringModEdit.LuaFunctions.EchoEvent

Afficher le fichier Open project: ZeroK-RTS/SpringRTS-Tools

Méthodes publiques

Свойство Type Description
color System.Drawing.Color
message string

Méthodes publiques

Méthode Description
EchoEvent ( string mes ) : System.Collections.Generic
EchoEvent ( string mes, Color col ) : System.Collections.Generic

Method Details

EchoEvent() public méthode

public EchoEvent ( string mes ) : System.Collections.Generic
mes string
Résultat System.Collections.Generic

EchoEvent() public méthode

public EchoEvent ( string mes, Color col ) : System.Collections.Generic
mes string
col System.Drawing.Color
Résultat System.Collections.Generic

Property Details

color public_oe property

public Color,System.Drawing color
Résultat System.Drawing.Color

message public_oe property

public string message
Résultat string