Speed

From Valve Developer Community
Revision as of 22:54, 9 August 2018 by Pinsplash (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

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