d30ac7cfa6
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
42 lines
1.3 KiB
Plaintext
42 lines
1.3 KiB
Plaintext
{
|
|
"entries": [
|
|
{
|
|
"base": "{C5BDF392-9669-4928-A0F5-F55B8A5B3BAC}",
|
|
"context": "ScriptCanvas::Node",
|
|
"variant": "",
|
|
"details": {
|
|
"name": "While",
|
|
"category": "Logic",
|
|
"subtitle": "Logic"
|
|
},
|
|
"slots": [
|
|
{
|
|
"base": "DataInput_Condition",
|
|
"details": {
|
|
"name": "Condition"
|
|
}
|
|
},
|
|
{
|
|
"base": "Input_In",
|
|
"details": {
|
|
"name": "In"
|
|
}
|
|
},
|
|
{
|
|
"base": "Output_Out",
|
|
"details": {
|
|
"name": "Out",
|
|
"tooltip": "Signalled if the condition is false, or if the loop calls the break node"
|
|
}
|
|
},
|
|
{
|
|
"base": "Output_Loop",
|
|
"details": {
|
|
"name": "Loop",
|
|
"tooltip": "Signalled if the condition is true, and every time the last node of 'Loop' finishes"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |