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-10-03 23:11:05 +02:00
2020-10-20 23:26:32 +02:00
2020-04-24 16:03:28 +02:00
2020-09-01 17:30:26 +02:00
2018-08-26 17:29:31 +02:00
2020-12-03 23:17:40 +01:00
2020-02-15 23:51:28 +01:00
2020-05-27 22:18:18 +02:00
2020-11-15 23:00:03 +01:00