If used with a 2D position, the game hangs forever.
Description
Description
Details
Details
- Severity
- Crash
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 10 x64
- Category
- Game Freezes
Steps To Reproduce
- Open the debug console and try any 3D coordinate (result given)
- Now remove the Z component and re-exec the code (game freezes)
Example code:
_pos = [[9091.81,11961.9,0], 1000] call BIS_fnc_findOverwatch; Ok
_pos = [[9091.81,11961.9], 1000] call BIS_fnc_findOverwatch; Freeze
Tested with several positions.