Skip to content

Commit

Permalink
Update AddPatrolRouteNode.md
Browse files Browse the repository at this point in the history
  • Loading branch information
XenoS-ITA authored Sep 5, 2022
1 parent 436fbc2 commit e571404
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions TASK/AddPatrolRouteNode.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,17 @@ ns: TASK
void ADD_PATROL_ROUTE_NODE(int id, char* guardScenario, float x1, float y1, float z1, float x2, float y2, float z2, int waitTime);
```
```
x2,y2 and z2 seem to be coordinates for the direction in which the ped final looks
```
x2,y2 and z2 are the coordinates to which the ped should look at
## Parameters
* **id**: is an integer that "identifies" the route node for linking to the route with ADD_PATROL_ROUTE_LINK.
* **guardScenario**: can be "WORLD_HUMAN_GUARD_STAND" or "StandGuard"
* **x1**: destination
* **y1**: destination
* **z1**: destination
* **x2**: final look
* **y2**: final look
* **z2**: final look
* **x2**: coordinates to which the ped should look
* **y2**: coordinates to which the ped should look
* **z2**: coordinates to which the ped should look
* **waitTime**:
## Examples
Expand Down

0 comments on commit e571404

Please sign in to comment.