Garry's Mod Wiki

MOVECOLLIDE

Description

Enumerations used by Entity:SetMoveCollide and Entity:GetMoveCollide.

Values

MOVECOLLIDE_DEFAULT0Default behavior
MOVECOLLIDE_FLY_BOUNCE1Entity bounces, reflects, based on elasticity of surface and object - applies friction (adjust velocity)
MOVECOLLIDE_FLY_CUSTOM2ENTITY:Touch will modify the velocity however it likes
MOVECOLLIDE_FLY_SLIDE3Entity slides along surfaces (no bounce) - applies friciton (adjusts velocity)
MOVECOLLIDE_COUNT4Number of different movecollides