72bfd8bdf8
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
55 lines
1.7 KiB
Plaintext
55 lines
1.7 KiB
Plaintext
{
|
|
"entries": [
|
|
{
|
|
"base": "{02A3A3E6-9D80-432B-8AF5-F3AF24CF6959}",
|
|
"context": "ScriptCanvas::Node",
|
|
"variant": "",
|
|
"details": {
|
|
"name": "Equal To (==)",
|
|
"category": "Math/Comparisons",
|
|
"tooltip": "Checks if Value A and Value B are equal to each other"
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |