In which situation would it be better for me to use orxConfig_PushSection and PopSection versus orxConfig_SelectSection? They both seem to work fine in my code, I just want to know what the difference internally is, and if there are situations where one is preferred over the other.
Comments
They'll in turn use Select behind the scene.
If you don't, everything will go haywire for the piece of code which was calling you if it was expecting the selected config section to be a specific one.