12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- {
- "entries": [
- {
- "base": "{4043C9B7-4ACC-42FE-9C46-EAD7BB718C99}",
- "context": "ScriptCanvas::Node",
- "variant": "",
- "details": {
- "name": "And",
- "category": "Logic",
- "tooltip": "An execution flow gate that signals True if both Boolean A and Boolean B are True, otherwise signals False"
- },
- "slots": [
- {
- "base": "DataOutput_Result_0",
- "details": {
- "name": "Result"
- }
- },
- {
- "base": "Input_In_0",
- "details": {
- "name": "In",
- "tooltip": "Signal to perform the evaluation when desired."
- }
- },
- {
- "base": "Output_True_0",
- "details": {
- "name": "True",
- "tooltip": "Signaled if the result of the operation is true."
- }
- },
- {
- "base": "Output_False_1",
- "details": {
- "name": "False",
- "tooltip": "Signaled if the result of the operation is false."
- }
- },
- {
- "base": "DataInput_Value A_0",
- "details": {
- "name": "Value A"
- }
- },
- {
- "base": "DataInput_Value B_1",
- "details": {
- "name": "Value B"
- }
- }
- ]
- }
- ]
- }
|