playMaker

Author Topic: Bool None true and Bool All true difference  (Read 541 times)

blackant

  • Hero Member
  • *****
  • Posts: 521
  • http://blackantmaster.com
    • blackantmaster.com
Bool None true and Bool All true difference
« on: October 20, 2021, 09:32:58 AM »
Hi,

i'm actually making a simple system that check if all value are true, and on opposite action if non are true.

but when i use Bool all true, i can use "convert int to bool " directly as variable, and it seems that i cannot do the same in the Bool none true action.

So i checked the scripts to see what is the difference and i fund absolutely nothing.
why is it possible in bool all true and not possible in None true ?

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: Bool None true and Bool All true difference
« Reply #1 on: October 20, 2021, 03:04:09 PM »
Hi.
Actually There is :)

On line 10, on Bool All True it has ",Readonly" :

Code: [Select]
[UIHint(UIHint.Variable), Readonly]
When i added it to BoolNoneTrue you can use convert.

blackant

  • Hero Member
  • *****
  • Posts: 521
  • http://blackantmaster.com
    • blackantmaster.com
Re: Bool None true and Bool All true difference
« Reply #2 on: October 20, 2021, 04:19:26 PM »
thanks i didn't seen it.  :D