mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
remove placeholder
This commit is contained in:
@ -21,8 +21,6 @@ _stateParams params ["", "", "", "","_navigationParams"];
|
||||
_navigationParams params ["", "_navigationGain"];
|
||||
_targetData params ["_targetDirection", "_targetRange", "_targetVelocity", "_targetAcceleration"];
|
||||
|
||||
_navigationGain = 3;
|
||||
|
||||
private _vectorToTarget = _targetDirection vectorMultiply _targetRange;
|
||||
private _closingVelocity = _targetVelocity vectorDiff velocity _projectile;
|
||||
private _timeToGo = _targetRange / vectorMagnitude _closingVelocity;
|
||||
|
Reference in New Issue
Block a user