====== General:Gate filter ====== ===== Filter info ===== ^ Description | Selectively enable or disable down-stream filters depending on boolean input. | ^ Author | [[user>Aaron]] | ^ Plugin | [[bundywiki>plugins:calc:ZG_gate|ZG_gate]] ^ ===== Looks like ===== | {{:plugins:calc:zeograph:filters:general_gate.png|:plugins:calc:zeograph:filters:general_gate.png}} | ===== Input pins ===== ^ Name ^ Type ^ Default value ^ Description ^ | //Input// | variant | N/A | The input value, of any type, which will be passed through to the output pin and downstream filters if the value of the //Switch// pin is true. | | //Switch// | bool | true | The boolean value that, if true, indicates the downstream filters connected to the output pins will be rendered, and if false, they will be disabled. | ===== Output pins ===== ^ Name ^ Type ^ Description ^ | //Output// | variant | If the //Switch// input pin is true, this pin will take the same value as given to the //Input// pin. If false, the output pin will not be rendered. | ===== Options ===== This filter has no options. ===== Comments ===== None.