Objective.isInside 135
Check whenever a vec3() position is inside a specific Mission Objective, specifically within it's radius from it's center position
Return value
| Return Type | Description |
|---|---|
| bool | True if the position falls inside the Mission Objective radius |
Parameters
| Parameter | Type | Description |
|---|---|---|
| 1 | vec3 | Position to check |
| 2 | float | (Optional) Scale multiplier of the objective radius to use different approximation. Default is 1 |
Examples
No examples available.
