💨
Gas Mask System - Doc
  • Gas Mask System - Introduction
  • ⭐Getting Started
    • Quick Start
    • Detailed Setup
  • 📖Manager Defaults
    • GMController
    • UI Manager
    • Health Manager
    • Audio Manager
    • Input Manager
  • ❓Support
    • Frequently Asked Questions
    • UI Text Missing
    • Where are inputs located?
    • Post Processing Errors?
    • FPSController Editing
    • PostProcessing Editing
    • Audio ScriptableObjects
    • System Namespace
  • 🌀Development
    • Patch Notes - V1.5
    • Roadmap
  • 📧Contacts
    • Contact Me
    • My Other Assets
Powered by GitBook
On this page
  1. Manager Defaults

Health Manager

PreviousUI ManagerNextAudio Manager

Last updated 1 year ago

The health manager controls how the health will be displayed, how fast health will fall and the parameters surrounding player death. All can be controlled with these variables and the simple event for death.

Current Health

The current health you will have at the start of the game

Max Health

The maximum health you can have at any point as health will regenerate

Health Fall

The speed at which the health will fall when inside the gas

Current Health Timer

Not applicable

Max Health Timer

The time you must wait before the health will regenerate

OnDeath()

The event which will trigger when the player dies, so you can add a script or gameobject here with some logic to kill the player, respawn or something similar.

📖