UInt
public extension UInt
-
init: Initialise a UInt from a FREObject.
let myUInt = UInt(argv[0])Declaration
Swift
init?(_ freObject: FREObject?)Parameters
freObjectFREObject which is of AS3 type uint
Return Value
UInt?
-
toFREObject: Converts a UInt into a FREObject of AS3 type uint.
let v:UInt = 3 let fre = v.toFREObject()Declaration
Swift
func toFREObject() -> FREObject?Return Value
FREObject
View on GitHub
Install in Dash
UInt Extension Reference