W3cubDocs

/Haxe Lua

IoType(String)

package lua

import lua.Io

Available on lua

A enumerator that describes the output of Io.type().

Variables

@:value(cast "closed file") @:enum @:impl inline read only ClosedFile:IoType = "closed file"

@:value(cast "file") @:enum @:impl inline read only File:IoType = "file"

@:value(cast null) @:enum @:impl inline read only NotAFile:IoType = null

Methods

@:impl @:to toString ():String

Static variables

@:value(cast "closed file") @:enum @:impl static inline read only ClosedFile:IoType = "closed file"

@:value(cast "file") @:enum @:impl static inline read only File:IoType = "file"

@:value(cast null) @:enum @:impl static inline read only NotAFile:IoType = null

Static methods

@:impl @:to static toString ():String

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/lua/IoType.html