Player loadsaved: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(STUB)
(Cleanup)
Line 2: Line 2:
==Entity Description==
==Entity Description==
Load Auto-Saved game
Load Auto-Saved game
==Keyvalues==
==Keyvalues==
* {{KV Targetname}}
{{KV|Fade Duration (seconds)|intn=duration|string}}
* '''duration'''
{{KV|Hold Fade (seconds)|intn=holdtime|string}}
: <integer> Fade Duration (seconds)
{{KV|Fade Alpha|intn=renderamt|int}}
* '''holdtime'''
{{KV|Fade Color (R G B)|intn=color|color255}}
: <integer> Hold Fade (seconds)
{{KV|Reload delay|intn=loadtime|string}}
* '''renderamt'''
{{KV Targetname}}
: <[[byte]]> Fade Alpha
 
* '''rendercolor'''
: {{color}} Fade Color
* '''loadtime'''
: <integer> Reload delay
==Inputs==
==Inputs==
* {{I Targetname}}
{{IO|Reload|Ends this game and reloads}}
* '''Reload'''
{{I Targetname}}
: Ends this game and reloads
 
==Outputs==
==Outputs==
* {{O Targetname}}
{{O Targetname}}
 
[[Category:Entities]]
[[Category:Entities]]

Revision as of 19:25, 2 January 2021

Stub

This article or section is a stub. You can help by expanding it.

Entity Description

Load Auto-Saved game

Keyvalues

Fade Duration (seconds) (duration) <string>
Hold Fade (seconds) (holdtime) <string>
Fade Alpha (renderamt) <integer>
Fade Color (R G B) (color) <color255>
Reload delay (loadtime) <string>
Name (targetname) <string>[ Edit ]
The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g. parentname or target).
Also displayed in Hammer's 2D views and Entity Report.
See also:  Generic Keyvalues, Inputs and Outputs available to all entities

Inputs

Reload
Ends this game and reloads


Outputs