enum TraceFlagsSource
| Name | Value | |
|---|---|---|
BONES | tests collision geometries around bones of animated objects | |
ENTS | tests entities | |
WORLD | tests world bounding box | |
ONLY_PHYSICS | ||
WATER | tests collision with water surface | |
PASSTRANSLUCENT | Do not intersects with entities with EntityFlags.TRANSLUCENT set | |
RAGDOLLS | tests ragdolls | |
VISTEST | performs visibility test first. Not necessary for entities receiving EntityEvent.VISIBLE, because there is a certainty that a camera will see them | |
NOTRACE | ||
TRANSPARENT_OCCLUDERS |