1234567891011121314151617181920212223242526272829 |
- {
- "entries": [
- {
- "base": "{6359C34F-3C34-4784-9FFD-18F1C8E3482D}",
- "context": "ScriptCanvas::Node",
- "variant": "",
- "details": {
- "name": "Any",
- "category": "Logic",
- "tooltip": "Will trigger the Out pin whenever any of the In pins get triggered"
- },
- "slots": [
- {
- "base": "Input_Input 0_0",
- "details": {
- "name": "Input 0"
- }
- },
- {
- "base": "Output_Out_0",
- "details": {
- "name": "Out",
- "tooltip": "Signaled when the node receives a signal from the selected index"
- }
- }
- ]
- }
- ]
- }
|