Explorar el Código

Lua : FileHandle.write

Justin Donaldson hace 9 años
padre
commit
3e5f74b5fc
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;