[Top]
Tools
Tools.AutoDoc
Tools.AutoDoc.PikeObjects
Tools.AutoDoc.PikeObjects.FunctionType
|
Class Tools.AutoDoc.PikeObjects.FunctionType
- Description
The class for representing function types.
- See also
Type
- Inherit
Type
inherit Type : Type
- Variable
argtypes
array(Type) Tools.AutoDoc.PikeObjects.FunctionType.argtypes
- Description
An array with types for the arguments to the function.
- Variable
returntype
Type Tools.AutoDoc.PikeObjects.FunctionType.returntype
- Description
The type for the return value of the function.
|