Engine
#1

---------

// Is that correct if..

1 = true
0 = false

?
Reply
#2

It doesn't return a boolean, therefore checking it as a boolean will cause the compiler to throw an error. You should just compare it with 0 or 1.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)