what does this line of code mean?
Hey all, been reading through a pretty advanced java game development book. I came across a line of code and I'm unable to figure out what it means (it's the syntax and the question mark confusing me, not really the commands):
Here it is:
Code:
isOverPauseButton = pauseArea.contains(x, y) ? true : false;
Could anyone explain to me what that means?
Thanks.
The fastest post in the west...
Dang it Furball... you always do that !!! Well, on the bright side, we seem to be on the same frecuency :)
Take care,
CJSL