Applevangelist 4fda0414a0
Add new Routing Function to Controllable.lua
--- (GROUND) Relocate controllable to a random point within a given radius; use e.g.for evasive actions; Note that not all ground controllables can actually drive, also the alarm state of the controllable might stop it from moving.
-- @param #CONTROLLABLE self
-- @param  #number speed Speed of the controllable, default 20
-- @param  #number radius Radius of the relocation zone, default 500
-- @param  #boolean onroad If true, route on road (less problems with AI way finding), default true
-- @param  #boolean shortcut If true and onroad is set, take a shorter route - if available - off road, default false
2020-12-16 10:10:46 +01:00
..
2020-11-25 12:38:31 +01:00
2020-12-14 12:36:02 +01:00
2020-12-15 11:59:10 +01:00
2020-12-14 00:08:30 +01:00
2020-12-02 17:25:57 +01:00
2020-12-14 12:36:02 +01:00
2020-08-29 21:55:59 +02:00
2019-12-08 00:27:20 +01:00
2020-12-14 10:42:11 +01:00