orxConfig_SelectSection vs orxConfig_PushSection

edited April 2011 in Help request
Hey all,
can someone tell me, what's the difference between those two functions and when to use them?
Thanks

Comments

  • edited April 2011
    PushSection will save the current section in a stack then call SelectSection.
    That allows you to go back to the previous config section by calling PopSection.

    Hope this helps!
Sign In or Register to comment.