C# Class SpringModEdit.LuaFunctions

ファイルを表示 Open project: ZeroK-RTS/SpringRTS-Tools

Public Properties

Property Type Description
EchoEvents List

Public Methods

Method Description
Echo ( string s ) : void
Echo ( string s, string color ) : void

Method Details

Echo() public static method

public static Echo ( string s ) : void
s string
return void

Echo() public static method

public static Echo ( string s, string color ) : void
s string
color string
return void

Property Details

EchoEvents public_oe static_oe property

public static List EchoEvents
return List