MOVECOLLIDE
Description
Enumerations used by Entity:SetMoveCollide and Entity:GetMoveCollide.
Values
MOVECOLLIDE_DEFAULT | 0 | Default behavior |
MOVECOLLIDE_FLY_BOUNCE | 1 | Entity bounces, reflects, based on elasticity of surface and object - applies friction (adjust velocity) |
MOVECOLLIDE_FLY_CUSTOM | 2 | ENTITY:Touch will modify the velocity however it likes |
MOVECOLLIDE_FLY_SLIDE | 3 | Entity slides along surfaces (no bounce) - applies friciton (adjusts velocity) |
MOVECOLLIDE_COUNT | 4 | Number of different movecollides |