Page MenuHomeFeedback Tracker

Scripting Feature Request: Add display config to passed parameters in onLoad event for displays (similarly to controls)
New, NormalPublic

Description

The onLoad event for controls is passed the following parameters: [Control <CONTROL>, Control's Config <CONFIG>].

Currently, the onLoad event for displays is only provided the display: [Display <DISPLAY>].

This is a request for the addition of the display's config to the parameters provided to the onLoad event for displays. [Display <DISPLAY>, Display's Config <CONFIG>].

Details

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

Event Timeline

The display config name is stored on display itself, you can retrieve that an look up config for it https://community.bistudio.com/wiki/ctrlClassName

That only works for displays initialized using BIS_fnc_initDisplay. This request isn't crucial, but would provide a decent QOL improvement.