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.
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"entries": [
|
||||
{
|
||||
"key": "is_helpers_shown",
|
||||
"context": "Method",
|
||||
"variant": "",
|
||||
"details": {
|
||||
"name": "",
|
||||
"category": "Globals"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"key": "is_helpers_shown",
|
||||
"context": "Global",
|
||||
"entry": {
|
||||
"name": "In",
|
||||
"tooltip": "When signaled, this will invoke is_helpers_shown"
|
||||
},
|
||||
"exit": {
|
||||
"name": "Out",
|
||||
"tooltip": "Signaled after is_helpers_shown is invoked"
|
||||
},
|
||||
"details": {
|
||||
"name": "is_helpers_shown",
|
||||
"category": "Other"
|
||||
},
|
||||
"results": [
|
||||
{
|
||||
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
|
||||
"details": {
|
||||
"name": "bool"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user