vranki / ExtPlane

Plugin for X-Plane flight simulator which allows reading and writing simulation properties
138 stars 44 forks source link

send update when data (string) changes from "something" to null ? #29

Closed sum1els closed 6 years ago

sum1els commented 6 years ago

Hi .. can I make a feature request ?

I have a situation where I monitor lots of data type datarefs with :string modifier and do stuff based on their changes, however, you only get an update when the actual value change, which is nice, but in this case, I would like to know when it changes from "something" to null.

Is it something that can be done ? Thanks !