You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
1.8 KiB
Plaintext
55 lines
1.8 KiB
Plaintext
{
|
|
"entries": [
|
|
{
|
|
"base": "{363F9994-8D55-4117-BE94-EFF536BDAC17}",
|
|
"context": "ScriptCanvas::Node",
|
|
"variant": "",
|
|
"details": {
|
|
"name": "Or",
|
|
"category": "Logic",
|
|
"tooltip": "An execution flow gate that continues True if either Boolean A or Boolean B are True, otherwise continues False"
|
|
},
|
|
"slots": [
|
|
{
|
|
"base": "DataOutput_Result_0",
|
|
"details": {
|
|
"name": "Result"
|
|
}
|
|
},
|
|
{
|
|
"base": "Input_In_0",
|
|
"details": {
|
|
"name": "In",
|
|
"tooltip": "Signal to perform the evaluation when desired."
|
|
}
|
|
},
|
|
{
|
|
"base": "Output_True_0",
|
|
"details": {
|
|
"name": "True",
|
|
"tooltip": "Signaled if the result of the operation is true."
|
|
}
|
|
},
|
|
{
|
|
"base": "Output_False_1",
|
|
"details": {
|
|
"name": "False",
|
|
"tooltip": "Signaled if the result of the operation is false."
|
|
}
|
|
},
|
|
{
|
|
"base": "DataInput_Value A_0",
|
|
"details": {
|
|
"name": "Value A"
|
|
}
|
|
},
|
|
{
|
|
"base": "DataInput_Value B_1",
|
|
"details": {
|
|
"name": "Value B"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |