ClickteamLLC / windows-edif

Alternate, JSON-driven SDK for the Windows MMF2 runtime
23 stars 7 forks source link

Fixed ObjectSelection to Filter Qualifiers, & Fix to CurrentParam. Example Scoping Condition. #21

Closed Uppernate closed 4 years ago

Uppernate commented 4 years ago

ObjectSelection had FilterQualifierObjects mostly commented out, so I have written working code for it.

This request also includes fix proposed by Yves for CurrentParam so that it points to the first parameter in a condition or action, inside Edif.cpp lines 482 & 531.

I've included an example condition that filters object of a chosen type, hoping that will be useful for anyone who would like to delve into object selection.