Entity:SetAbsVelocity
Description
Sets the entity's velocity.
Actually binds to CBaseEntity::SetLocalVelocity() which sets the entity's velocity due to movement in the world from forces such as gravity. Does not include velocity from entity-on-entity collision or other world movement.
Arguments
Example
Makes Entity(1) fly upwards.