This native returns a boolean, which when typecasted to integer might
be greater than 1. It's probably implemented via a bitset.
Note
In past patches this native bugged when used in conditionfuncs.
The fix back then was to compare with true (==true).
I cannot reproduce the faulty behaviour in patch 1.27 so this is only a note.
Note
This native returns a boolean, which when typecasted to integer might be greater than 1. It's probably implemented via a bitset.
Note
In past patches this native bugged when used in
conditionfunc
s. The fix back then was to compare with true (==true
). I cannot reproduce the faulty behaviour in patch 1.27 so this is only a note.