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