C# 클래스 DFHack.color_ostream

파일 보기 프로젝트 열기: warmist/dfhack 1 사용 예제들

공개 메소드들

메소드 설명
add_text ( color_value color, string text ) : void
begin_batch ( ) : void
end_batch ( ) : void
print ( string Format ) : void
printerr ( string Format ) : void

메소드 상세

add_text() 공개 메소드

public add_text ( color_value color, string text ) : void
color color_value
text string
리턴 void

begin_batch() 공개 메소드

public begin_batch ( ) : void
리턴 void

end_batch() 공개 메소드

public end_batch ( ) : void
리턴 void

print() 공개 메소드

public print ( string Format ) : void
Format string
리턴 void

printerr() 공개 메소드

public printerr ( string Format ) : void
Format string
리턴 void