Speed: Difference between revisions
Jump to navigation
Jump to search
Confirm:Is there anything that uses radians per second?
No edit summary |
Thunder4ik (talk | contribs) m (→See also: Unicodifying, replaced: See Also → See also) |
||
Line 3: | Line 3: | ||
For angular speeds, expect '''degrees per second'''. {{confirm|Is there anything that uses radians per second?}} | For angular speeds, expect '''degrees per second'''. {{confirm|Is there anything that uses radians per second?}} | ||
==See | ==See also== | ||
* <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}}. | ||
*[[Velocity]] | *[[Velocity]] | ||
[[Category:Source]] | [[Category:Source]] |
Latest revision as of 13:11, 8 January 2024
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.

See also
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.- Velocity