-
Notifications
You must be signed in to change notification settings - Fork 4
ArgumentType
GeckoN edited this page Mar 29, 2017
·
5 revisions
This enumeration contains the kinds that a function argument can be.
Namespace: Reflection
The HTML documentation can be found here.
Constant | Description |
---|---|
AT_NONE | Argument has no type. If an argument has this type it means something went wrong during parsing. |
AT_VOID | Argument is void. |
AT_PRIMITIVE | Argument is a primitive type. |
AT_OBJECT | Argument is an object type. |
AT_ENUM | Argument is an enum type. |