Class Tools.AutoDoc.PikeObjects.Method
- Description
Represents a function.
- 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.
- Inherit PikeObject
inherit PikeObject : PikeObject
- Constant objtype
constant string Tools.AutoDoc.PikeObjects.Method.objtype
- Variable returntype
Type Tools.AutoDoc.PikeObjects.Method.returntype
- Description
The return type for the function.