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.
44 lines
1.3 KiB
Plaintext
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"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |