nav_create_link_proxy
Spawns and configures a NavLinkProxy to connect two navigation points, with control over endpoints, direction, area class, and smart link, then rebuilds navigation.
Instructions
Spawn a NavLinkProxy and configure its point link endpoints.
Args: actor_name: Actor label/name for the proxy left: Local or world-space left endpoint right: Local or world-space right endpoint location: Actor location when endpoints are local endpoints_are_world: Treat left/right as world positions and center the actor between them direction: both, left_to_right, or right_to_left area_class: Nav area class name/path, e.g. default, NavArea_Null, NavArea_Obstacle smart_link_enabled: Enable the proxy smart link component rebuild: Rebuild navigation after spawning
KB: see knowledge_base/04_AI_SYSTEMS.md#overview Example: nav_create_link_proxy()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| left | No | ||
| right | No | ||
| rebuild | No | ||
| location | No | ||
| direction | No | both | |
| actor_name | No | MCP_NavLinkProxy | |
| area_class | No | default | |
| smart_link_enabled | No | ||
| endpoints_are_world | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |