Player speedmod
Jump to navigation
Jump to search


player_speedmod | |
---|---|
![]() | |
Type | Point entity |
Engine | ![]() |
Availability | In all games |
is a point entity that speeds up or slows down player velocity over time (slow motion / fast forward.) To disable it, fire the input "ModifySpeed 1.0" to reset the speed multiplier.

Keyvalues
- Name (targetname) <string>[ Edit ]
- The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g.
parentname
ortarget
).
Also displayed in Hammer's 2D views and Entity Report.See also: Generic Keyvalues, Inputs and Outputs available to all entities
Inputs
- ModifySpeed <float >
- Modifies player speed by X amount.
Flags
- Suppress weapons : [1]
- Suppress HUD : [2]
- Suppress jump : [4]
- Suppress duck : [8]
- Suppress use : [16]
- Suppress sprint : [32]
- Suppress attack : [64]
- Suppress zoom : [128]