Contents

init(int32:)

Creates a descriptor initialized with Apple event type typeSInt32 that stores the specified integer value.

Declaration

init(int32 signedInt: Int32)

Parameters

  • signedInt:

    The integer value to be stored in the returned descriptor.

Return Value

A descriptor containing the specified integer value, or nil if an error occurs.

See Also

Creating and Initializing Descriptors