# Pathing Add No Fly Zone

Grammar — Adds a no fly zone at point center with innerRadius innerRadius and outerRadius outerRadius
FlagsNative | 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 — Center
  • fixed — Inner Radius
  • fixed — Outer Radius

Returns — void

native void PathAddNoFlyZone(
	point center,
	fixed innerRadius,
	fixed outerRadius,
);

Category: Environment / Pathing

# Examples

— None found —