Difference between revisions of "(File):flush (한국어)"

(Created page with "{{newin|0.9.0|090|type=function}} 버퍼를 완전히 비웁니다. == 함수 == === 형식 === <source lang="lua"> success, err = File:flush( ) </source> === 매개변수 ==...")
(No difference)

Revision as of 14:11, 11 April 2014

Available since LÖVE 0.9.0
This function is not supported in earlier versions.

버퍼를 완전히 비웁니다.

함수

형식

success, err = File:flush( )

매개변수

없음.

리턴값

boolean (한국어) success
성공적으로 비웠으면 true.
string err (nil)
에러 메시지.

같이 보기

다른 언어