Page MenuHomeFeedback Tracker

Helicopters don't trigger Killed event handler when crash upside down
Feedback, NormalPublic

Description

When helicopters crash with their rotor almost perfectly upside down they don't trigger Killed event handler.

Details

Severity
None
Resolution
Open
Reproducibility
Sometimes
Operating System
Windows 10 x64
Category
Scripting
Steps To Reproduce
  1. Start a mission on VR map
  2. Place a player unit, begin game
  3. Execute following code snippet:
testheli = createVehicle ["O_Heli_Light_02_unarmed_F", player modelToWorld [0,200,100], [], 0, "FLY"]; 
testheli setVectorUp [0,0,-1]; 
testheli setVelocity [0,0,-50]; 
testheli addEventHandler ["Killed", {systemChat str ["Killed", _this]}];

Event Timeline

SaMatra created this task.May 19 2024, 5:57 PM
BIS_fnc_KK removed BIS_fnc_KK as the assignee of this task.Jul 2 2024, 1:10 PM
BIS_fnc_KK changed the task status from New to Feedback.
BIS_fnc_KK added a subscriber: BIS_fnc_KK.
dedmen set Ref Ticket to AIII-56462.Jul 9 2024, 11:14 AM