1234567891011121314151617181920212223242526272829303132333435 |
- {
- "entries": [
- {
- "base": "{E1B5F3F8-AFEE-42C9-A22C-CB93F8281CC4}",
- "context": "ScriptCanvas::Node",
- "variant": "",
- "details": {
- "name": "Switch",
- "category": "Logic",
- "tooltip": "Triggers the specified output when triggered."
- },
- "slots": [
- {
- "base": "DataInput_Index_0",
- "details": {
- "name": "Index"
- }
- },
- {
- "base": "Input_In_0",
- "details": {
- "name": "In"
- }
- },
- {
- "base": "Output_Out 0_0",
- "details": {
- "name": "Out 0",
- "tooltip": "Output 0"
- }
- }
- ]
- }
- ]
- }
|