Env slomo: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
m (→‎Inputs: Substituted IO templates)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Lang|title=env_slomo}}
{{Lang|title=env_slomo}}
{{This is a|name=env_slomo|e0|game=Alien Swarm}} It causes a slow motion effect to be active for a while.
{{this is a|point entity|name=env_slomo|game=Alien Swarm}} It causes a slow motion effect to be active for a while.


== Keyvalues ==
== Keyvalues ==
{{KV|Duration (seconds)|float|How long the slow motion lasts.}}
{{KV Targetname}}
{{KV Targetname}}
{{KV Parentname}}
{{KV|Duration|intn=seconds|float|How long the slow motion lasts.}}


== Inputs ==
== Inputs ==
{{IO|StartSlomo|Start the slomo.}}
{{I|StartSlomo|Start the slomo.}}
{{IO|StopSlomo|Stop the slomo.}}
{{I|StopSlomo|Stop the slomo.}}
{{I Targetname}}
{{I Parentname}}
 
== Outputs ==
{{O Targetname}}


== See also ==
== See also ==
* {{portal2}} [[logic_timescale]]
* {{portal2}} {{ent|logic_timescale}}
* {{l4d2}} [[func_timescale]]
* {{l4d2}} {{ent|func_timescale}}

Latest revision as of 10:53, 21 April 2025

English (en)Translate (Translate)

env_slomo is a point entity available in Alien Swarm Alien Swarm. It causes a slow motion effect to be active for a while.

Keyvalues

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

Duration (seconds) <float>
How long the slow motion lasts.

Inputs

StartSlomo
Start the slomo.
StopSlomo
Stop the slomo.

See also