Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update TaskGotoEntityOffset and TaskGotoEntityOffsetXY #1229

Closed
wants to merge 7 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update PATHFIND/GetNthClosestVehicleNodeIdWithHeading.md
Co-authored-by: Dillon Skaggs <dillskaggs@gmail.com>
  • Loading branch information
coalaura and AvarianKnight authored Oct 28, 2024
commit 29e665d20ecb7727d3002df69acde9c8c5d208e9
2 changes: 1 addition & 1 deletion PATHFIND/GetNthClosestVehicleNodeIdWithHeading.md
Original file line number Diff line number Diff line change
@@ -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
Loading