1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "entries": [
- {
- "base": "{D3629902-02E9-AE59-0424-F366D342B433}",
- "context": "ScriptCanvas::Node",
- "variant": "",
- "details": {
- "name": "Time Delay",
- "category": "Timing",
- "tooltip": "Delays all incoming execution for the specified number of ticks"
- },
- "slots": [
- {
- "base": "Input_Start_0",
- "details": {
- "name": "Start"
- }
- },
- {
- "base": "DataInput_Delay_0",
- "details": {
- "name": "Delay"
- }
- },
- {
- "base": "Output_On Start_0",
- "details": {
- "name": "On Start"
- }
- },
- {
- "base": "Output_Done_1",
- "details": {
- "name": "Done",
- "tooltip": "Signaled after waiting for the specified amount of times."
- }
- }
- ]
- }
- ]
- }
|