Pike v8.1 release 6

Class Tools.AutoDoc.PikeObjects.AttributeType

Inheritance graph
Tools.AutoDoc.PikeObjects.Type Tools.AutoDoc.PikeObjects.AttributeType
Description

The class for representing attributed types.

See also

Type


Variable attribute

string Tools.AutoDoc.PikeObjects.AttributeType.attribute

Description

The name of the attribute.


Inherit Type

inherit Type : Type


Variable prefix

int Tools.AutoDoc.PikeObjects.AttributeType.prefix

Description

Flag indicating:

0

The attribute is on the type.

1

The attribute is a prefix and acts as a modifier. This is only used for functions.


Variable subtype

Type Tools.AutoDoc.PikeObjects.AttributeType.subtype

Description

The type that is attributed.


Method create

Tools.AutoDoc.PikeObjects.AttributeType Tools.AutoDoc.PikeObjects.AttributeType()