ArgumentType

Namespace: Reflection

Which type a reflection argument is

Values

Name Value Description
AT_NONE 1 Argument has no type. If an argument has this type it means something went wrong during parsing.
AT_VOID 2 Argument is void.
AT_PRIMITIVE 4 Argument is a primitive type.
AT_OBJECT 24 Argument is an object type.
AT_ENUM 32 Argument is an enum type.