RxBinderUtils
Utility methods to observe bound objects on instances. This is what makes the Rx library with binders really good.
INFO
Using this API, you can query most game-state in very efficient ways, and react to the world changing in real-time. This makes programming streaming and other APIs really nice.
Functions
observeLinkedBoundClassBrio
Observes a structure where a parent has object values with linked objects (for example), maybe an AI has a list of linked objectvalue tasks to execute.
observeChildrenBrio
Observes bound children classes.
observeBoundChildClassBrio
Observes bound children classes.
observeBoundParentClassBrio
Observes ainstance's parent class that is bound.
observeBoundChildClassesBrio
Observes all bound classes that hit that list of binders