ATL Attributes: tag_name

Associates a method with a tag name

Syntax

[
    define_attribute = "tag_name",
    argument_list = {
        "name",
        "parse_func"
    },
    argument_type ("name") = eANSIStringValue,
    argument_type ("parse_func") = eANSIStringValue,
    required_arguments = "name",
    default_value ("parse_func") = "!!",
    help_string = "Associates a method with a tag name",
    usage = eMethodUsage,
    group = eHPS,
    repeatable = true,
    shipping = true
];