lib.haxe.org

format 1.20 Documentation

Back | Index
enum format.as1.PushItem
import format.as1.Data
PUndefined
PString(s : String)
PStack2(p : Int)
PStack(p : Int)
PReg(r : Int)
PNull
PInt(i : haxe.Int32)
PFloat(f : Float)
PDouble(f : Float)
PBool(b : Bool)
Back | Index