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/Timing_Duration.names

49 lines
1.5 KiB
Plaintext

{
"entries": [
{
"base": "{D93538FF-3553-4C65-AB81-9089C5270214}",
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "Duration",
"category": "Timing",
"tooltip": "Triggers a signal every frame during the specified duration."
},
"slots": [
{
"base": "DataInput_Duration_0",
"details": {
"name": "Duration"
}
},
{
"base": "DataOutput_Elapsed_0",
"details": {
"name": "Elapsed"
}
},
{
"base": "Input_Start_0",
"details": {
"name": "Start",
"tooltip": "Starts the countdown"
}
},
{
"base": "Output_Out_0",
"details": {
"name": "Out",
"tooltip": "Signaled every frame while the duration is active."
}
},
{
"base": "Output_Done_1",
"details": {
"name": "Done",
"tooltip": "Signaled once the duration is complete."
}
}
]
}
]
}