vranki / ExtPlane

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

handling of strings #24

Closed sum1els closed 6 years ago

sum1els commented 6 years ago

hi, i would it be possible to implement the handling/parsing of strings ? it comes back as a type DATA and i can do a decode back to the string, but would be nice to subscribe to a string dataref and get the string back. thank you !

vranki commented 6 years ago

Yep, string could be handled as a special data dataref. Can be done.

vranki commented 6 years ago

I just pushed a new version with support on modifiers. See the updated readme on how to get data datarefs as string.

sum1els commented 6 years ago

Awesome thank you !!!