![]() |
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
Returns state information about the currently tracked location, such as its occlusion status.
state = C_Navigation.GetTargetState()
Returns
- state
- Enum.NavigationState
| Value | Field | Description |
|---|---|---|
| 0 | Invalid | |
| 1 | Occluded | |
| 2 | InRange | |
| 3 | Disabled | Added in 10.0.2 |
Patch changes
Patch 9.0.1 (2020-10-13): Added.
