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.
54 lines
1.7 KiB
Plaintext
54 lines
1.7 KiB
Plaintext
{
|
|
"entries": [
|
|
{
|
|
"base": "{CCF1F41F-39C2-C847-9D9E-0155C8B46E1C}",
|
|
"context": "ScriptCanvas::Node",
|
|
"variant": "",
|
|
"details": {
|
|
"name": "Duration",
|
|
"category": "Nodeables",
|
|
"tooltip": "Triggers a signal every frame during the specified duration."
|
|
},
|
|
"slots": [
|
|
{
|
|
"base": "Input_Start_0",
|
|
"details": {
|
|
"name": "Start"
|
|
}
|
|
},
|
|
{
|
|
"base": "DataInput_Duration_0",
|
|
"details": {
|
|
"name": "Duration"
|
|
}
|
|
},
|
|
{
|
|
"base": "Output_On Start_0",
|
|
"details": {
|
|
"name": "On Start"
|
|
}
|
|
},
|
|
{
|
|
"base": "Output_OnTick_1",
|
|
"details": {
|
|
"name": "OnTick",
|
|
"tooltip": "Signaled every frame while the duration is active."
|
|
}
|
|
},
|
|
{
|
|
"base": "DataOutput_Elapsed_0",
|
|
"details": {
|
|
"name": "Elapsed"
|
|
}
|
|
},
|
|
{
|
|
"base": "Output_Done_2",
|
|
"details": {
|
|
"name": "Done",
|
|
"tooltip": "Signaled after waiting for the specified amount of times."
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |