Skip to content

Commit

Permalink
feat: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
JajarGaming authored Jul 27, 2023
1 parent fc58f54 commit aee550c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SHAPETEST/StartShapeTestLosProbe.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ enum TraceFlags
IntersectWater = 32,
Unknown = 128,
IntersectFoliage = 256,
Unkown = 511, (used most)
IntersectEverything = 4294967295
IntersectEverything = 511
IntersectEverything = -1
}
```
NOTE: Raycasts that intersect with mission_entites (flag = 2) has limited range and will not register for far away entites. The range seems to be about 30 metres.
Expand Down

0 comments on commit aee550c

Please sign in to comment.