Player loadsaved (GoldSrc): Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
|  (Removes Inputs, GoldSrc Entities dont use them.) | mNo edit summary | ||
| Line 1: | Line 1: | ||
| {{entitytabs|player_loadsaved|goldsrc=1|source=1|main=source}} | {{entitytabs|player_loadsaved|goldsrc=1|source=1|main=source}} | ||
| {{entity|player_loadsaved|type=e0|engine=1|game=Half-Life|game1=Half-Life: Opposing Force|game2=Half-Life: Blue Shift}}This entity will reload the latest saved game when triggered. Useful for gameover screens if an important NPC dies, or a crucial object is lost. Can be used together with [[env_message_(GoldSrc)|env_message]] to display an appropriate text message. | {{entity|player_loadsaved|type=e0|engine=1|game=Half-Life|game1=Half-Life: Opposing Force|game2=Half-Life: Blue Shift}} | ||
| This entity will reload the latest saved game when triggered. Useful for gameover screens if an important NPC dies, or a crucial object is lost. Can be used together with [[env_message_(GoldSrc)|env_message]] to display an appropriate text message. | |||
| ==Key Values== | ==Key Values== | ||
Revision as of 17:45, 16 August 2023
This entity will reload the latest saved game when triggered. Useful for gameover screens if an important NPC dies, or a crucial object is lost. Can be used together with env_message to display an appropriate text message.
Key Values
- Name (targetname) <string>[ Edit ]
- The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g. parentnameortarget).
 Also displayed in Hammer's 2D views and Entity Report.See also: Generic Keyvalues, Inputs and Outputs available to all entities
- Fade Duration(seconds) ([todo internal name (i)]) <integer>
- The amount in seconds it will take to fade out.
- Hold Fade (seconds) ([todo internal name (i)]) <integer>
- The amount in seconds it will take to hold fade.