An attribute get script belongs to an attribute and is used to read (get) the attribute's value.
Table 7.6. Attribute get script selector
| Production | Syntax | Links |
|---|---|---|
attribute_get_script_selector | attribute_id | the section called “Attribute get script” |
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).