72bfd8bdf8
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
43 lines
1.4 KiB
Plaintext
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."
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |