Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 466 Bytes

File metadata and controls

45 lines (36 loc) · 466 Bytes

andAlso

andAlso

Parameters

x Type: bool y Type: bool

Return Value

Type: bool

JSON
{
  "Type": "andAlso",
  "Name": "andAlso",
  "Category": 1,
  "InputPins": [
    {
      "Connection": null,
      "Id": "x",
      "Type": "bool"
    },
    {
      "Connection": null,
      "Id": "y",
      "Type": "bool"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "bool"
    }
  ]
}