Files
o3de/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/Nodeables_Repeater.names
T

54 lines
1.6 KiB
Plaintext

{
"entries": [
{
"base": "{AB587027-2270-4CA6-242F-6069C6D9BBB6}",
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "Repeater",
"category": "Timing",
"tooltip": "Repeats the output signal the given number of times using the specified delay to space the signals out."
},
"slots": [
{
"base": "Input_Start",
"details": {
"name": "Start"
}
},
{
"base": "DataInput_Repetitions",
"details": {
"name": "Repetitions"
}
},
{
"base": "DataInput_Interval",
"details": {
"name": "Interval"
}
},
{
"base": "Output_On Start",
"details": {
"name": "On Start"
}
},
{
"base": "Output_Complete",
"details": {
"name": "Complete",
"tooltip": "Signaled upon node exit"
}
},
{
"base": "Output_Action",
"details": {
"name": "Action",
"tooltip": "Signaled every repetition"
}
}
]
}
]
}