Files
o3de/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/Containers_GetElement.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

44 lines
1.3 KiB
Plaintext

{
"entries": [
{
"key": "{6A4FE29F-3BAA-40D6-8BEE-CDE9CCBD7885}",
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "Get Element",
"category": "Containers",
"tooltip": "Returns the element at the specified Index or Key",
"subtitle": "Containers"
},
"slots": [
{
"key": "DataInput_Source",
"details": {
"name": "Source"
}
},
{
"key": "Input_In",
"details": {
"name": "In",
"tooltip": "Input signal"
}
},
{
"key": "Output_Out",
"details": {
"name": "Out",
"tooltip": "Output signal"
}
},
{
"key": "Output_Key Not Found",
"details": {
"name": "Key Not Found",
"tooltip": "Triggered if the specified key was not found"
}
}
]
}
]
}