Steps to reproduce:
- Create
StringDataRefElement for sim/aircraft/view/acf_ui_name with following settings
var datarefAircraftName = new StringDataRefElement();
datarefAircraftName.DataRef = "sim/aircraft/view/acf_ui_name";
datarefAircraftName.Frequency = 1;
datarefAircraftName.Value = string.Empty;
datarefAircraftName.StringLenght = 32;
- Load a flight
- Oberserve the name provided - It is correct.
- Switch to a different plane
Expected result
Subscription provides new name for the loaded aircraft
Actual result
No update, no callback invoked.
The logic that is currently implemented which will trigger the callback does not work as expected.
Steps to reproduce:
StringDataRefElementforsim/aircraft/view/acf_ui_namewith following settingsExpected result
Subscription provides new name for the loaded aircraft
Actual result
No update, no callback invoked.
The logic that is currently implemented which will trigger the callback does not work as expected.