Type.isFlags Method

Get a value that indicates whether the specified type is an integer of flags.

public static function isFlags(
    type : Object
) : Boolean

Parameter

Description

type

The type to test.

true if the type is an integer of flags; otherwise, false.

Show: