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
constantstringTools.AutoDoc.PikeObjects.Method.objtype
- Variable returntype
TypeTools.AutoDoc.PikeObjects.Method.returntype- Description
The return type for the function.