Entity:GetVelocity
Description
Returns the entity's velocity.
Actually binds to
CBaseEntity::GetAbsVelocity()
on the server and C_BaseEntity::EstimateAbsVelocity()
on the client. This returns the total velocity of the entity and is equal to local velocity + base velocity.This can become out-of-sync on the client if the server has been up for a long time.
Issue Tracker: 774
Issue Tracker: 774
Returns
Example
Lets you know if the object is being moved.