Class Tools.AutoDoc.PikeObjects.Method
- Description
Represents a function.
- Inherit
PikeObject
inherit PikeObject : PikeObject
- Variable
argnames
array
(string
) Tools.AutoDoc.PikeObjects.Method.argnames- Description
The names of the arguments.
- Variable
argtypes
array
(Type
) Tools.AutoDoc.PikeObjects.Method.argtypes- Description
The types for the arguments.
- Variable
returntype
Type
Tools.AutoDoc.PikeObjects.Method.returntype- Description
The return type for the function.