Third Person Cover Shooter
1.6
|
Reset the level on character's death. More...
Public Member Functions | |
void | OnDead () |
Starts a sequence to reset the level after waiting for Delay. More... | |
void | OnResurrect () |
Character is no longer dead. More... | |
Public Attributes | |
float | Delay = 3.0f |
Time in seconds to reset the level after character's death More... | |
Reset the level on character's death.
void CoverShooter.ResetOnDeath.OnDead | ( | ) |
Starts a sequence to reset the level after waiting for Delay.
Implements CoverShooter.ICharacterHealthListener.
void CoverShooter.ResetOnDeath.OnResurrect | ( | ) |
Character is no longer dead.
Implements CoverShooter.ICharacterHealthListener.
float CoverShooter.ResetOnDeath.Delay = 3.0f |
Time in seconds to reset the level after character's death