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.
49 lines
1.4 KiB
Plaintext
49 lines
1.4 KiB
Plaintext
{
|
|
"entries": [
|
|
{
|
|
"key": "{A10AD4C7-B633-4A75-8210-1353A87441E4}",
|
|
"context": "ScriptCanvas::Node",
|
|
"variant": "",
|
|
"details": {
|
|
"name": "Subtract",
|
|
"category": "Math/Number/Deprecated",
|
|
"tooltip": "Subtract",
|
|
"subtitle": "Deprecated"
|
|
},
|
|
"slots": [
|
|
{
|
|
"key": "DataOutput_Result",
|
|
"details": {
|
|
"name": "Result"
|
|
}
|
|
},
|
|
{
|
|
"key": "Input_In",
|
|
"details": {
|
|
"name": "In",
|
|
"tooltip": "Signal to perform the evaluation when desired."
|
|
}
|
|
},
|
|
{
|
|
"key": "Output_Out",
|
|
"details": {
|
|
"name": "Out",
|
|
"tooltip": "Signaled after the arithmetic operation is done."
|
|
}
|
|
},
|
|
{
|
|
"key": "DataInput_Value A",
|
|
"details": {
|
|
"name": "Value A"
|
|
}
|
|
},
|
|
{
|
|
"key": "DataInput_Value B",
|
|
"details": {
|
|
"name": "Value B"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |