RANGE 2.0.0

RANGE
- Converted to FSM.
This commit is contained in:
Frank
2019-04-29 20:17:09 +02:00
parent da44f6ef22
commit 43c95b6ab5
4 changed files with 449 additions and 192 deletions
@@ -1163,9 +1163,9 @@ end
--- Start Lasing a POSITIONABLE
-- @param #POSITIONABLE self
-- @param #POSITIONABLE Target
-- @param #number LaserCode
-- @param #number Duration
-- @param #POSITIONABLE Target The target to lase.
-- @param #number LaserCode Laser code or random number in [1000, 9999].
-- @param #number Duration Duration of lasing in seconds.
-- @return Core.Spot#SPOT
function POSITIONABLE:LaseUnit( Target, LaserCode, Duration ) --R2.1
self:F2()