Skip to content

Commit

Permalink
Update StartShapeTestLosProbe.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JajarGaming authored Jul 25, 2023
1 parent 9a25e67 commit fc58f54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SHAPETEST/StartShapeTestLosProbe.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ enum TraceFlags
IntersectWater = 32,
Unknown = 128,
IntersectFoliage = 256,
Unkown = 511, (used most)
IntersectEverything = 4294967295
}
```
Expand All @@ -43,4 +44,4 @@ Use the handle with [GET_SHAPE_TEST_RESULT](#_0x3D87450E15D98694) or [GET_SHAPE_
* **p8**: A bit mask with bits 1, 2, 4, or 7 relating to collider types. 4 and 7 are usually used.

## Return value
A shape test handle.
A shape test handle.

0 comments on commit fc58f54

Please sign in to comment.