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.
63 lines
2.0 KiB
Plaintext
63 lines
2.0 KiB
Plaintext
{
|
|
"entries": [
|
|
{
|
|
"base": "{32A4BEDC-C207-4472-61DE-9A716402620A}",
|
|
"context": "ScriptCanvas::Node",
|
|
"variant": "",
|
|
"details": {
|
|
"name": "Timer",
|
|
"category": "Timing",
|
|
"tooltip": "While active, will signal the output at the given interval."
|
|
},
|
|
"slots": [
|
|
{
|
|
"base": "Input_Start_0",
|
|
"details": {
|
|
"name": "Start",
|
|
"tooltip": "Starts the timer"
|
|
}
|
|
},
|
|
{
|
|
"base": "Output_On Start_0",
|
|
"details": {
|
|
"name": "On Start",
|
|
"tooltip": "Starts the timer"
|
|
}
|
|
},
|
|
{
|
|
"base": "Input_Stop_1",
|
|
"details": {
|
|
"name": "Stop",
|
|
"tooltip": "Stops the timer"
|
|
}
|
|
},
|
|
{
|
|
"base": "Output_On Stop_1",
|
|
"details": {
|
|
"name": "On Stop",
|
|
"tooltip": "Stops the timer"
|
|
}
|
|
},
|
|
{
|
|
"base": "Output_On Tick_2",
|
|
"details": {
|
|
"name": "On Tick",
|
|
"tooltip": "Signaled at each tick while the timer is in operation."
|
|
}
|
|
},
|
|
{
|
|
"base": "DataOutput_Milliseconds_0",
|
|
"details": {
|
|
"name": "Milliseconds"
|
|
}
|
|
},
|
|
{
|
|
"base": "DataOutput_Seconds_1",
|
|
"details": {
|
|
"name": "Seconds"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |