Hi! Thank you for your time.
I know that there was a post similar by StevenNani “Someone explain to me what I just did.”
It cleared up quite a lot for me as far as my confusion as to how blevelcomplete, level difficulty and difficulty all communicate with each other.
I just wanted to ask for a clarification on one thing. What is the code that basically establishes LevelDifficulty in PlayGame(LevelDifficulty) in the main as equal to (int Difficulty)?
Is it the bool function bool PlayGame(int Difficulty) ?
Thank you in advance!
Everything was explained very well so far but this portion of the code really confused me as I couldn’t figure out how they could all communicate while having different names and I’m not sure what code links all of them together.