You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my script I have:
void onAltitudeValueChange(unsigned int newValue) { (my code) }
DcsBios::IntegerBuffer altitudeValueBuffer(0x4678, 0xffff, 0, onAltitudeValueChange);
When is this code called by DCS?
During DcsBios::loop() ?
Or is the code (onAltitudeValueCange) called anytime and not necessary only during the call to DcsBios::loop?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
In my script I have:
void onAltitudeValueChange(unsigned int newValue) { (my code) }
DcsBios::IntegerBuffer altitudeValueBuffer(0x4678, 0xffff, 0, onAltitudeValueChange);
When is this code called by DCS?
During DcsBios::loop() ?
Or is the code (onAltitudeValueCange) called anytime and not necessary only during the call to DcsBios::loop?
Beta Was this translation helpful? Give feedback.
All reactions