Page MenuHomeFeedback Tracker

[Feature Request] New eventhandlers: GestureChanged and GestureDone
Assigned, NormalPublic

Description

Gestures do not trigger the current AnimXXXX events, so would be only reasonable if gestures would get their own events:
<unit> addEventHandler ["GestureChanged", {}]
<unit> addEventHandler ["GestureDone", {}]

Both would return:

  • unit
  • gesture class (played gesture)

Details

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

Related Objects

Event Timeline

h- created this task.Jun 11 2020, 8:24 PM
goobin added a subscriber: goobin.Apr 15 2021, 5:09 AM
h- added a comment.Jul 10 2021, 9:49 PM

And another shameless bump..
Similar requests have been made several times in addition to this one so clearly there would be use for this. 🤔

dedmen claimed this task.Jul 13 2021, 11:47 AM
dedmen changed the task status from New to Assigned.
dedmen set Ref Ticket to AIII-53472.
dedmen added subscribers: KokaKola, dedmen, DrSova, Toksa.

player addEventHandler ["GestureChanged", {systemChat str _this;}]

[player, "gesturereloadmx"]
[player, "gesturethrowgrenade"]