1234567891011121314151617181920212223242526272829303132333435 |
- {
- "entries": [
- {
- "base": "{DFB13C5E-5FB3-4650-BD3A-E1AD79CD42AC}",
- "context": "ScriptCanvas::Node",
- "variant": "",
- "details": {
- "name": "Random Signal",
- "category": "Logic",
- "tooltip": "Triggers one of the selected outputs at Random depending on the weights provided."
- },
- "slots": [
- {
- "base": "DataInput_Weight 1_0",
- "details": {
- "name": "Weight 1"
- }
- },
- {
- "base": "Output_Out 1_0",
- "details": {
- "name": "Out 1"
- }
- },
- {
- "base": "Input_In_0",
- "details": {
- "name": "In",
- "tooltip": "Input signal"
- }
- }
- ]
- }
- ]
- }
|