canMove returns true for helis with broken main rotor ("HitHRotor" hit point). Repro mission is attached. {F19187}
Description
Description
Details
Details
- Legacy ID
- 3794356077
- Severity
- None
- Resolution
- Fixed
- Reproducibility
- Always
- Category
- Scripting
Steps To Reproduce
- Run HitHRotor_canMove_repro.Stratis repro mission in singleplayer editor
- Observe that canMove returns true even though helicopter main rotor is missing
- Additionally you can shoot back rotor and see that canMove will start to return false as soon as back rotor will broke
Additional Information
Apparently this is remnant from ArmA 2 where completely broken main rotor didn't affect helicopter flying capabilities at all.
Event Timeline
Comment Actions
The same problem exists for vehicles with missing/broken wheels.
In A2, 'canMove' would return false, but in A3, it returns true until the vehicle is almost destroyed. The prior behaviour in A2 is preferred.