Files

43 lines
1.4 KiB
Plaintext

{
"entries": [
{
"base": "{F19CC10A-02FD-4E75-ADAA-9CFBD8A4E2F8}",
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "If",
"category": "Logic",
"tooltip": "An execution flow gate that continues True if the Condition is True, otherwise continues False"
},
"slots": [
{
"base": "DataInput_Condition_0",
"details": {
"name": "Condition"
}
},
{
"base": "Input_In_0",
"details": {
"name": "In",
"tooltip": "Input signal"
}
},
{
"base": "Output_True_0",
"details": {
"name": "True",
"tooltip": "Signaled if the condition provided evaluates to true."
}
},
{
"base": "Output_False_1",
"details": {
"name": "False",
"tooltip": "Signaled if the condition provided evaluates to false."
}
}
]
}
]
}