Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Health

Fully qualified path: opus::types::Health

[derive(Copy, Drop, Serde)]
pub struct Health {
    pub threshold: Ray,
    pub ltv: Ray,
    pub value: Wad,
    pub debt: Wad,
}

Members

threshold

Fully qualified path: opus::types::Health::threshold

pub threshold: Ray

ltv

Fully qualified path: opus::types::Health::ltv

pub ltv: Ray

value

Fully qualified path: opus::types::Health::value

pub value: Wad

debt

Fully qualified path: opus::types::Health::debt

pub debt: Wad