소스 검색

Lua : FileHandle.write

Justin Donaldson 9 년 전
부모
커밋
3e5f74b5fc
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      std/lua/FileHandle.hx

+ 1 - 0
std/lua/FileHandle.hx

@@ -28,6 +28,7 @@ extern class FileHandle extends UserData {
 	public function flush() : Void;
 	public function read(arg : Rest<EitherType<ReadArgument,Int>>) : String;
 	public function close() : Void;
+	public function write(str : String) : Void;
 
 	@:overload(function () : Int {})
 	public function seek(arg : String, pos : Int) : Void;