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.
o3de/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/Logic_While.names

41 lines
1.2 KiB
Plaintext

{
"entries": [
{
"base": "{C5BDF392-9669-4928-A0F5-F55B8A5B3BAC}",
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "While",
"category": "Logic"
},
"slots": [
{
"base": "DataInput_Condition_0",
"details": {
"name": "Condition"
}
},
{
"base": "Input_In_0",
"details": {
"name": "In"
}
},
{
"base": "Output_Out_0",
"details": {
"name": "Out",
"tooltip": "Signalled if the condition is false, or if the loop calls the break node"
}
},
{
"base": "Output_Loop_1",
"details": {
"name": "Loop",
"tooltip": "Signalled if the condition is true, and every time the last node of 'Loop' finishes"
}
}
]
}
]
}