Garry's Mod Wiki

Entity:SetMoveType

  Entity:SetMoveType( number movetype )

Description

Sets the entity's move type. This should be called before initializing the physics object on the entity, unless it will override SetMoveType such as Entity:PhysicsInitBox.

Despite existing on client, it doesn't actually do anything on client.

Arguments

1 number movetype
The new movetype, see MOVETYPE enum