Skip to content

Commit

Permalink
Update AddPatrolRouteLink.md
Browse files Browse the repository at this point in the history
  • Loading branch information
XenoS-ITA authored Oct 14, 2023
1 parent 58f0202 commit 5de6e37
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions TASK/AddPatrolRouteLink.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,17 @@ ns: TASK
void ADD_PATROL_ROUTE_LINK(int id1, int id2);
```
connects 2 route nodes to make it clear how the ped should move
connects/links 2 [route nodes](#_0x8EDF950167586B7C)
image representing the cyclic example below:
![image](https://user-images.githubusercontent.com/55803068/188470866-c32c6a9f-a25d-4772-9b18-5be46e2c14a1.png)
## Parameters
* **id1**:
* **id2**:
* **id1**: the id representing the first route node
* **id2**: the id representing the second route node
## Examples
![image](https://user-images.githubusercontent.com/55803068/188470866-c32c6a9f-a25d-4772-9b18-5be46e2c14a1.png)
``` lua
```lua
-- these lines connect 1,2,3,4,5,6 in a cyclic manner (1 > 2 > 3 > 4 > 5 > 6 > 1)
Expand Down

0 comments on commit 5de6e37

Please sign in to comment.