C# Class DFHack.color_ostream

Afficher le fichier Open project: warmist/dfhack Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public add_text ( color_value color, string text ) : void
color color_value
text string
Résultat void

begin_batch() public méthode

public begin_batch ( ) : void
Résultat void

end_batch() public méthode

public end_batch ( ) : void
Résultat void

print() public méthode

public print ( string Format ) : void
Format string
Résultat void

printerr() public méthode

public printerr ( string Format ) : void
Format string
Résultat void