Is your feature request related to a problem? Please describe.
RM API only supporting base action bar. There can be up to 4 (i think) extra bars on screen.
Describe the solution you'd like
Add multiple action bars
Describe alternatives you've considered
We have discussed this >1year ago. I have an implementation that can use all of them. But as you previously mentioned, RM uses a more native/faster implementation.
Additional context
An example to get the basic component in my impl is
Interfaces.newQuery().containers(1430, 1670, 1671, 1672, 1673).names(skillName).types(InterfaceComponent.Type.SPRITE).visible().grandchildren(false).results().first();
Is your feature request related to a problem? Please describe. RM API only supporting base action bar. There can be up to 4 (i think) extra bars on screen.
Describe the solution you'd like Add multiple action bars
Describe alternatives you've considered We have discussed this >1year ago. I have an implementation that can use all of them. But as you previously mentioned, RM uses a more native/faster implementation.
Additional context An example to get the basic component in my impl is
Interfaces.newQuery().containers(1430, 1670, 1671, 1672, 1673).names(skillName).types(InterfaceComponent.Type.SPRITE).visible().grandchildren(false).results().first();