allow_destroy_friendly_entities | :: boolean? | Allows pathing through friendly entities. Defaults to |
Allows pathing through friendly entities. Defaults to | ||
allow_paths_through_own_entities | :: boolean? | Allows the pathfinder to path through entities of the same force. Defaults to |
Allows the pathfinder to path through entities of the same force. Defaults to | ||
cache | :: boolean? | Enables path caching. This can be more efficient, but might fail to respond to changes in the environment. Defaults to |
Enables path caching. This can be more efficient, but might fail to respond to changes in the environment. Defaults to | ||
prefer_straight_paths | :: boolean? | Makes the pathfinder try to path in straight lines. Defaults to |
Makes the pathfinder try to path in straight lines. Defaults to | ||
low_priority | :: boolean? | Sets lower priority on the path request, meaning it might take longer to find a path at the expense of speeding up others. Defaults to |
Sets lower priority on the path request, meaning it might take longer to find a path at the expense of speeding up others. Defaults to | ||
no_break | :: boolean? | Makes the pathfinder not break in the middle of processing this pathfind, no matter how much work is needed. Defaults to |
Makes the pathfinder not break in the middle of processing this pathfind, no matter how much work is needed. Defaults to |