trigger_autosave
Class hierarchy |
---|
CTriggerSave |
triggers.cpp
|
trigger_autosave
is a brush entity available in all Source games. It triggers an auto-save when the player enters its volume.
Keyvalues
- Master
(master)
<string> - Legacy support: The name of a master entity. If the master hasn't been activated, this entity will not activate.
- Force New Level Unit
(NewLevelUnit)
<boolean> - If set, the save will discard any savedata from previous levels, for the purpose of keeping savegame filesizes down. Can only be safely used if there is no way for the player to return to previous levels.
- Dangerous Timer
(DangerousTimer)
<float> - The number of seconds the player must survive before this autosave takes effect.
- Minumum Hit Points
(MinimumHitPoints)
<integer> - Don't save dangerous when player has less than this many hitpoints.