9e2a3226fd
It is now possible to right click on nodes on the node palette to navigate to the file that holds the text data for any given node, this way it is easy to update and improve the naming of titles, subtitles, categories, tool tips and slots.
55 lines
1.7 KiB
Plaintext
55 lines
1.7 KiB
Plaintext
{
|
|
"entries": [
|
|
{
|
|
"key": "{1B93426F-AAA2-4134-BE9A-C33B8F07F867}",
|
|
"context": "ScriptCanvas::Node",
|
|
"variant": "",
|
|
"details": {
|
|
"name": "Less Than (<)",
|
|
"category": "Math/Comparisons",
|
|
"tooltip": "Checks if Value A is less than Value B"
|
|
},
|
|
"slots": [
|
|
{
|
|
"key": "DataOutput_Result",
|
|
"details": {
|
|
"name": "Result"
|
|
}
|
|
},
|
|
{
|
|
"key": "Input_In",
|
|
"details": {
|
|
"name": "In",
|
|
"tooltip": "Signal to perform the evaluation when desired."
|
|
}
|
|
},
|
|
{
|
|
"key": "Output_True",
|
|
"details": {
|
|
"name": "True",
|
|
"tooltip": "Signaled if the result of the operation is true."
|
|
}
|
|
},
|
|
{
|
|
"key": "Output_False",
|
|
"details": {
|
|
"name": "False",
|
|
"tooltip": "Signaled if the result of the operation is false."
|
|
}
|
|
},
|
|
{
|
|
"key": "DataInput_Value A",
|
|
"details": {
|
|
"name": "Value A"
|
|
}
|
|
},
|
|
{
|
|
"key": "DataInput_Value B",
|
|
"details": {
|
|
"name": "Value B"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |