ArgumentType - baso88/SC_AngelScript GitHub Wiki
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. |