Game scavenge progress display

From Valve Developer Community
Revision as of 11:03, 3 August 2023 by Nescius (talk | contribs) (-added class hierarchy)
Jump to navigation Jump to search
C++ Class hierarchy
CScavengeProgressDisplay
CBaseEntity

Template:L4d2 point It displays the number of scavenge items successfully filled by survivors.

Keyvalues

Max (Max) <integer>
Number of items to collect.
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

TurnOn
Turn the display on.
TurnOff
Turn the display off.
SetTotalItems <integerRedirectInput/integer>
Set the target (or total) number of scavenge items.

See Also