MATH Category
Nodes for mathematical, vector, random, and object distance/direction operations.
Available Nodes
| Node | Type | Description |
|---|---|---|
| Math | Data | Adds, subtracts, multiplies, or divides two values |
| Get Distance | Data | Distance between two objects (XY or XYZ) |
| Get Direction | Data | Component of the normalized direction between two objects |
| Vector Math | Data | 10 vector operations on 3D vectors |
| Object Position | Data | World position component of an object |
| Random Float | Data | Random float in range [min, max] |
| Random Int | Data | Random integer in range [min, max] |
| Random Bool | Data | Random boolean with configurable probability |
| Random Pick | Data | Selects a random element from a list |
| Random Chance | Branch | Branch by probability |
| Set Random Seed | Action | Sets the random number generator seed |