Unknown
From DarkAI
AI
SET RADIUS
This command sets the global radius that
will be used by all entities. This controls how much space is allowed
between the edge of obstacles and the waypoints that define movement
around them. Since entities use the waypoints to navigate around
their world they will attempt to maintain at least radius#
distance from all obstacles.
This command rebuilds the
waypoint network for all containers which takes time and should not
be used in your main loop.
Syntax
AI Set Radius
Radius#
Parameters
Radius#, The global
radius you want to use for all entities in the AI system.
Return
n/a