pub trait Attributes: Sized {
const DEFINDEX: &[u32];
const NAME: &[&str];
const ATTRIBUTE_CLASS: &[&str];
const DESCRIPTION_STRING: &[Option<&str>];
const DESCRIPTION_FORMAT: &[Option<&str>];
const EFFECT_TYPE: &[&str];
const HIDDEN: &[bool];
const STORED_AS_INTEGER: &[bool];
}
Expand description
Associated attribute values for a set of item attributes.
Required Associated Constants§
const DEFINDEX: &[u32]
const NAME: &[&str]
const ATTRIBUTE_CLASS: &[&str]
const DESCRIPTION_STRING: &[Option<&str>]
const DESCRIPTION_FORMAT: &[Option<&str>]
const EFFECT_TYPE: &[&str]
const HIDDEN: &[bool]
const STORED_AS_INTEGER: &[bool]
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Implementors§
Source§impl Attributes for KillEaterScoreType
kill_eater_user_score_type_1
kill_eater_user_score_type_2
kill_eater_user_score_type_3
impl Attributes for KillEaterScoreType
kill_eater_user_score_type_1 kill_eater_user_score_type_2 kill_eater_user_score_type_3
Source§impl Attributes for Spell
set_item_tint_rgb_override
halloween_footstep_type
halloween_voice_modulation
halloween_pumpkin_explosions
halloween_green_flames
halloween_death_ghosts
impl Attributes for Spell
set_item_tint_rgb_override halloween_footstep_type halloween_voice_modulation halloween_pumpkin_explosions halloween_green_flames halloween_death_ghosts
Source§impl Attributes for StrangePart
kill_eater_user_score_type_1
kill_eater_user_score_type_2
kill_eater_user_score_type_3
impl Attributes for StrangePart
kill_eater_user_score_type_1 kill_eater_user_score_type_2 kill_eater_user_score_type_3