Quantcast
Channel: Answers by "Kiyaku"
Viewing all articles
Browse latest Browse all 22

Answer by Kiyaku

$
0
0

Just a sitenote, there are also if statements that you can use to switch variables (like if they are not bool):

variable = (variable == 0) ? 5 : 0;

this will return 5 if variable was 0 before, or 0 if variable is not 0 before.


Viewing all articles
Browse latest Browse all 22

Trending Articles