Page MenuHomeFeedback Tracker

[Request] Getter for disableNVGEquipment and disableTIEquipment
Closed, ResolvedPublic

Description

At the moment you can disable a vehicle's NV or TI equipment with commands, but you can't check to see whether that's already been done.

In my case, I want my system to disable TI under x circumstances, and then re-enable it later. However, some other system might have previously disabled TI, e.g. for balance reasons, and if my system re-enables it, something that shouldn't have TI now does have it. If I could check the vehicle's TI state at the beginning, I could save it and choose not to re-enable it. Unfortunately, without a getter command, I just have to hope for the best.

Proposal:

NVGEquipmentDisabled _vehicle; // true if disabled, false if enabled
TIEquipmentDisabled _vehicle; // true if disabled, false if enabled

You could also reverse it:

NVGEquipmentEnabled _vehicle; // true if enabled, false if disabled
TIEquipmentEnabled _vehicle; // true if enabled, false if disabled

Details

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

Event Timeline

NikkoJT created this task.Sep 11 2022, 4:37 AM
NikkoJT updated the task description. (Show Details)Sep 11 2022, 7:15 PM

equipmentDisabled rev.150162

BIS_fnc_KK removed BIS_fnc_KK as the assignee of this task.Dec 31 2022, 8:12 PM
BIS_fnc_KK changed the task status from New to Feedback.
BIS_fnc_KK added a subscriber: BIS_fnc_KK.

This command was added in 2.12 and is fully functional.

R3vo closed this task as Resolved.Apr 13 2023, 7:47 PM
R3vo claimed this task.