Page MenuHomeFeedback Tracker

[Feature Request] turretMoving eventhandler
New, NormalPublic

Description

Self-explanatory.
Obviously for detecting turret movements on vehicles (including static) because there's no what I would call reasonable way to do this currently.
"Self made event" requires perframe handlers on all vehicles so not exactly great.

There's already PeriscopeElevationChanged so y no have this one too 🤔

Something like:

tank1 addEventHandler ["turretMoving", {
	params["_vehicle", "_turretUnit", "_currentRotationDeg", "_currentElevationDeg", "_turretClassName", "_turretPath"];
}]

Details

Severity
None
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
Engine

Event Timeline

h- created this task.Fri, Jan 3, 7:16 PM
This comment was removed by BIS_fnc_KK.