[][src]Function tes3mp_plugin::plugin::generated::get_attribute_name

pub fn get_attribute_name(attribute_id: u16) -> String

Get the name of the attribute with a certain numerical ID.

If an invalid ID is used, "invalid" is returned.

attribute_id The ID of the attribute.

Returns the name of the attribute.