Page MenuHomeFeedback Tracker

Request for Easy way to get IDD for user interfaces
New, WishlistPublic

Description

I would like to be able to detect when the Arsenal interface is operational or not. I would like to also know how you are calculating the load in the RscVRMeta interface. Can anyone please assist?

Details

Legacy ID
3190124910
Severity
None
Resolution
Open
Reproducibility
Always
Category
Ingame UI
Steps To Reproduce

n/a

Event Timeline

ozdeadmeat edited Additional Information. (Show Details)
ozdeadmeat set Category to Ingame UI.
ozdeadmeat set Reproducibility to Always.
ozdeadmeat set Severity to None.
ozdeadmeat set Resolution to Open.
ozdeadmeat set Legacy ID to 3190124910.May 7 2016, 7:12 PM

Using the Config Viewer, which may be accessed through the escape menu, the various attributes of config classes may be viewed.

So far as I am aware, the class of the Virtual Arsenal appears to be 'RscDisplayArsenal'. Unfortunately, Bohemia do not appear to have set an IDD for Virtual Arsenal, and therefore it must be referenced through alternative means. I have recently found that, in a script, the code "uiNamespace getVariable 'RscDisplayArsenal'" should return the display of the Virtual Arsenal. Combining this with the isNull command should yield the results you seek, and it should be possible to employ other commands that concern displays and controls.