Is there any way to do this? What I am trying to do is call a method (functionTwo) from inside of another method (functionOne). Both of these methods are of the same class. I also want the option to call that same method (functionTwo) outside of the first method (functionOne)
You would be able to do that, but you wouldn't declare the function as void inside of the other function. If I'm correct, you can only call a function inside of another function like this: