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": "set_current_sequence",
|
||||
"context": "Method",
|
||||
"variant": "",
|
||||
"details": {
|
||||
"name": "",
|
||||
"category": "Globals"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"key": "set_current_sequence",
|
||||
"context": "Global",
|
||||
"entry": {
|
||||
"name": "In",
|
||||
"tooltip": "When signaled, this will invoke set_current_sequence"
|
||||
},
|
||||
"exit": {
|
||||
"name": "Out",
|
||||
"tooltip": "Signaled after set_current_sequence is invoked"
|
||||
},
|
||||
"details": {
|
||||
"name": "set_current_sequence",
|
||||
"category": "Other"
|
||||
},
|
||||
"params": [
|
||||
{
|
||||
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
|
||||
"details": {
|
||||
"name": "const char*"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user