SOLID

entvars_t::solid constants.
NOTE: Some movetypes will cause collisions independent of SOLID_NOT/SOLID_TRIGGER when the entity moves
SOLID only effects OTHER entities colliding with this one when they move - UGH!

Values

Name Value Description
SOLID_NOT 0 no interaction with other objects
SOLID_TRIGGER 1 touch on edge, but not blocking
SOLID_BBOX 2 touch on edge, block
SOLID_SLIDEBOX 3 touch on edge, but not an onground
SOLID_BSP 4 bsp clip, touch on edge, block