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.
29 lines
942 B
Plaintext
29 lines
942 B
Plaintext
{
|
|
"entries": [
|
|
{
|
|
"key": "{5EFD2942-AFF9-4137-939C-023AEAA72EB0}",
|
|
"context": "ScriptCanvas::Node",
|
|
"variant": "",
|
|
"details": {
|
|
"name": "Set Variable",
|
|
"tooltip": "Node for setting a property within the graph"
|
|
},
|
|
"slots": [
|
|
{
|
|
"key": "Input_In",
|
|
"details": {
|
|
"name": "In",
|
|
"tooltip": "When signaled sends the variable referenced by this node to a Data Output slot"
|
|
}
|
|
},
|
|
{
|
|
"key": "Output_Out",
|
|
"details": {
|
|
"name": "Out",
|
|
"tooltip": "Signaled after the referenced variable has been pushed to the Data Output slot"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |