Type Aliases
The following type aliases are available globally.
-
FREObject arguments
Declaration
Swift
public typealias FREArgv = UnsafeMutablePointer<FREObject?>
-
Number of arguments
Declaration
Swift
public typealias FREArgc = UInt32
-
Dictionary of FREFunctions
Declaration