Struct assembly_xml::obj::store::Destructible[][src]

pub struct Destructible {
    pub attr_ac: Option<u32>,
    pub attr_am: Option<u32>,
    pub attr_d: Option<bool>,
    pub attr_hc: Option<u32>,
    pub attr_hm: Option<u32>,
    pub attr_ic: Option<u32>,
    pub attr_im: Option<u32>,
    pub attr_imm: Option<u32>,
    pub attr_rsh: Option<u32>,
    pub attr_rsi: Option<u32>,
}
Expand description

dest

Fields

attr_ac: Option<u32>

Current Armor

attr_am: Option<u32>

Maximum Armor

attr_d: Option<bool>

Object is Dead

attr_hc: Option<u32>

Health Current

attr_hm: Option<u32>

Maximum Health

attr_ic: Option<u32>

Current Imagination

attr_im: Option<u32>

Maximum Imagination

attr_imm: Option<u32>

Immunity

attr_rsh: Option<u32>

Respawn Health

attr_rsi: Option<u32>

Respawn Imagination

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.