something like button=env->getElement(ID);??
A function like this would be really useful and I'm not sure if it's already there... my problem is that I have a function that loads and sets the environment without using variables to store the information, manually adding them directly to the environment but, if I want to use them later -to make them visible or invisible for example- I can't access to them...
I wouldn't like to save those elements inside variables because they will make my code pretty "heavy" and I'd like to make it as much generalized as possible.. Thanks for you help