A single probe, to be used with the 'Connect Points' node
Related
Table of content
This probes creates a single connections to another point at a given index.

Properties
| Property | Description | 
|---|---|
| Mode | How the node is to interpret the target index value. | 
| Index Safety | Index safety is a recurring mechanism in PCGEx, see below for more infos. | 
| Target Index Settings | Β | 
| Target Index | The type of value used for this probeβ index source; either a Constant value or fetched from anAttribute
 |  
| Target  (Constant or Attribute)  |  Index pick or constant offset depending on the selected Mode. |  
Mode
| Mode | Description | 
|---|---|
| Target | Use the target index value as a raw index to connect to. | 
| One-way Offset | Use the target index value as an offset to the currently probed pointβ index. | 
| Two-way Offset | Use the target index value as an offset to the currently probed pointβ index; and creates a second connection but this time using the target index value multiplied by -1. | 
Index Safety
The index safety property controls how invalid/out of bounds input values are handled.
| Safety method | Β | 
| Ignore | Invalid indices will be ignored and wonβt be processed further. | 
| Tile | Index is tiled (wrapped around) the contextβ valid min/max range. | 
| Clamp | Index is clamped between the contextβ valid min/max range. | 
| Yoyo | Index bounces back and forth between the contextβ valid min/max range. |