Speed: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "'''Speed''' is a measurement of how fast something moves. Source measures speed in '''units per second''', almost universally. <code>speed</code> is also the name of a keyv...")
 
(angles)
Line 1: Line 1:
'''Speed''' is a measurement of how fast something moves. Source measures speed in '''units per second''', almost universally.
'''Speed''' is a measurement of how fast something moves. Source measures speed in '''units per second''', almost universally. For angular speeds, expect '''degrees per second'''. {{confirm|Is there anything that uses radians per second?}}


<code>speed</code> is also the name of a [[keyvalue]] defined in {{ent|CBaseEntity}}. It is used by entities that move at a specific speed, such as {{ent|func_door}}.
<code>speed</code> is also the name of a [[keyvalue]] defined in {{ent|CBaseEntity}}. It is used by entities that move at a specific speed, such as {{ent|func_door}}.

Revision as of 05:35, 10 August 2018

Speed is a measurement of how fast something moves. Source measures speed in units per second, almost universally. For angular speeds, expect degrees per second.

Confirm:Is there anything that uses radians per second?

speed is also the name of a keyvalue defined in CBaseEntity. It is used by entities that move at a specific speed, such as func_door.

See Also