find
Description:
public unowned Attribute find (
ulong attr_type)
Find an attribute with the specified type in the array.
Parameters:
this |
The attributes array to search.
|
attr_type |
The type of attribute to find.
|
Returns:
the first attribute found with the specified type, or null
|