C# Class DFHack.color_ostream

Show file Open project: warmist/dfhack Class Usage Examples

Public Methods

Method Description
add_text ( color_value color, string text ) : void
begin_batch ( ) : void
end_batch ( ) : void
print ( string Format ) : void
printerr ( string Format ) : void

Method Details

add_text() public method

public add_text ( color_value color, string text ) : void
color color_value
text string
return void

begin_batch() public method

public begin_batch ( ) : void
return void

end_batch() public method

public end_batch ( ) : void
return void

print() public method

public print ( string Format ) : void
Format string
return void

printerr() public method

public printerr ( string Format ) : void
Format string
return void