[Attribute]|[nil] attribute = AttributeListHolder.at(position)


Gets the attribute at this position in the list or nil
--you can iterate trough all of them by doing this:
for i,attributes.size do
print(attributes.at(i).id .. ": " .. attributes.at(i).name)
end

Parameters


position

integer

Return Value


attribute

Attribute | nil

Probably the attribute, but it could be nil.