Page 1 of 1

Wire – Can't connect a boolean emitter to a boolean input?

Posted: Sun Jul 25, 2021 07:26
by subset
Hello everyone,

I thought I understood how data types worked in Wire, but apparently not. Perhaps one of you can enlighten me. I'm trying to connect a module that emits a boolean (true/false) to an 'if' module, which supposedly accepts booleans. (see image)
wire boolean.gif
wire boolean.gif (625.37 KiB) Viewed 3426 times
However, this doesn't work – why? When does the 'if' module accept boolean inputs?

Re: Wire – Can't connect a boolean emitter to a boolean input?

Posted: Sun Jul 25, 2021 19:28
by Zoltán
Circle to rectangle is Signal to Event.
You need an OnChange node for that first ;)

Re: Wire – Can't connect a boolean emitter to a boolean input?

Posted: Mon Jul 26, 2021 01:53
by subset
Ah, signal types and data types. Got it. Thank you!