Files
o3de/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathComparisons_LessThan___.names
T
Luis Sempé 9e2a3226fd Script Canvas, replace the text replacement system to a JSON file based one (#5228)
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.
2021-11-11 11:53:51 -08:00

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"
}
}
]
}
]
}