Type: bool
JSON
{
"Type": "bool",
"Name": "bool",
"Value": "false",
"Category": 6,
"InputPins": [],
"OutputPins": [
{
"Id": "",
"Type": "bool"
}
]
}
x Type: float
Type: bool
JSON
{
"Type": "bool(float)",
"Name": "bool(float)",
"Category": 1,
"InputPins": [
{
"Connection": null,
"Id": "x",
"Type": "float"
}
],
"OutputPins": [
{
"Id": "",
"Type": "bool"
}
]
}
x Type: int
Type: bool
JSON
{
"Type": "bool(int)",
"Name": "bool(int)",
"Category": 1,
"InputPins": [
{
"Connection": null,
"Id": "x",
"Type": "int"
}
],
"OutputPins": [
{
"Id": "",
"Type": "bool"
}
]
}