Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Health Bar

HealthBar {
  id: string;                   -- required
  name: string | function;      -- required
  value: number | function;     -- optional (default: 0)
  max: number | function;       -- optional (default: 0)
  hidden: bool | function;      -- optional (default: false)
  tooltip: string | function;   -- optional (default: "")
}