# Pathing Add No Fly Zone
Grammar — Adds a no fly zone at point center with innerRadius innerRadius and outerRadius outerRadius
Flags —Native
|Action
Adds a new no fly zone. Inner Radius is a hard limit, no units are allowed inside. Outer radius is a softer radius and units try to avoid at that radius.
# Arguments
point
— Centerfixed
— Inner Radiusfixed
— Outer Radius
Returns — void
native void PathAddNoFlyZone(
point center,
fixed innerRadius,
fixed outerRadius,
);
# Related
Category: Environment / Pathing
- Pathing Add No Fly Zone —
void
— PathAddNoFlyZone - Pathing Remove No Fly Zones In Region —
void
— PathRemoveNoFlyZonesInRegion
# Examples
— None found —