Page MenuHomeFeedback Tracker

[Feature Request] VisionModeChanged
Feedback, NormalPublic

Description

Good day. Would love to see EH in addition to 'currentVisionMode' command
https://community.bistudio.com/wiki/currentVisionMode

Something like

player addEventHandler ["VisionModeChanged", {
    params ["_mode"];
}];

Details

Severity
Feature
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
General

Event Timeline

Asmo created this task.Aug 31 2021, 11:05 AM
BIS_fnc_KK removed BIS_fnc_KK as the assignee of this task.EditedSep 5 2021, 2:13 PM
BIS_fnc_KK changed the task status from New to Feedback.
BIS_fnc_KK added a subscriber: BIS_fnc_KK.
vehicle player addEventHandler ["VisionModeChanged", {systemchat str ["VEH", _this]}];
player addEventHandler ["VisionModeChanged", {systemchat str ["PL", _this]}];

returns [person, mode, TIindex, prevmode, prevTIindex, vehicle, turret] for both uses