Should I use SelectSection or Push/Pop Section?

edited February 2012 in Help request
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

  • edited February 2012
    You should normally always be using Push/Pop to use stacking for the currently selection config section.
    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.
  • edited February 2012
    Thanks!
  • edited February 2012
    No problem! :)
Sign In or Register to comment.