Attribute get script

Usage

An attribute get script belongs to an attribute and is used to read (get) the attribute's value.

Selector syntax

Table 7.6. Attribute get script selector

ProductionSyntaxLinks
attribute_get_script_selectorattribute_idthe section called “Attribute get script”

Input arguments

This script has no input arguments.

Output argument

This script has one output argument which holds the attribute's value. The id suffix and type of this output argument are the same as those of the attribute (e.g. if the attribute's id is a_level then the output argument's id is o_level).

Examples

See: the section called “Attribute property get

See also