Skip to content

Commit

Permalink
Update PATHFIND/GetNthClosestVehicleNodeIdWithHeading.md
Browse files Browse the repository at this point in the history
Co-authored-by: Dillon Skaggs <dillskaggs@gmail.com>
  • Loading branch information
coalaura and AvarianKnight authored Oct 28, 2024
1 parent 9a10d13 commit 29e665d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PATHFIND/GetNthClosestVehicleNodeIdWithHeading.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ns: PATHFIND

```c
// 0x6448050E9C2A7207 0xC1AEB88D
int GET_NTH_CLOSEST_VEHICLE_NODE_ID_WITH_HEADING(float x, float y, float z, int nthClosest, Vector3* outPosition, cs_type(float) float* outHeading, cs_type(Any) int nodeFlags, float zMeasureMult, float zTolerance);
int GET_NTH_CLOSEST_VEHICLE_NODE_ID_WITH_HEADING(float x, float y, float z, int nthClosest, Vector3* outPosition, cs_type(float) float* outHeading, int nodeFlags, float zMeasureMult, float zTolerance);
```
## Parameters
Expand Down

0 comments on commit 29e665d

Please sign in to comment.